Searched refs:ax (Results 1 - 25 of 274) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dx86-64-branch.s4 call *%ax
5 callw *%ax
9 jmp *%ax
10 jmpw *%ax
16 call ax
17 callw ax
21 jmp ax
22 jmpw ax
H A Dinval-crc32.s7 crc32w (%esi), %ax
9 crc32 (%esi), %ax
13 crc32 %ax, %ax
14 crc32w %ax, %ax
18 crc32 ax, word ptr [esi]
20 crc32 ax, [esi]
23 crc32 ax, ax
[all...]
H A Dintel16.s7 movsx ax,byte ptr ds:[0]
10 movzx ax,byte ptr ds:[0]
12 lea ax, [si+bx]
13 lea ax, [si+bp]
14 lea ax, [di+bx]
15 lea ax, [di+bp]
16 lea ax, [si][bx]
17 lea ax, [si][bp]
18 lea ax, [di][bx]
19 lea ax, [d
[all...]
H A Dinval-crc32.l27 [ ]*7[ ]+crc32w \(%esi\), %ax
29 [ ]*9[ ]+crc32 \(%esi\), %ax
33 [ ]*13[ ]+crc32 %ax, %ax
34 [ ]*14[ ]+crc32w %ax, %ax
38 [ ]*18[ ]+crc32 ax, word ptr \[esi\]
40 [ ]*20[ ]+crc32 ax, \[esi\]
43 [ ]*23[ ]+crc32 ax, ax
[all...]
H A Dintel16.d11 c: 0f be 06 00 00 [ ]*movsbw 0x0,%ax
14 1d: 0f b6 06 00 00 [ ]*movzbw 0x0,%ax
15 22: 8d 00 [ ]*lea \(%bx,%si\),%ax
16 24: 8d 02 [ ]*lea \(%bp,%si\),%ax
17 26: 8d 01 [ ]*lea \(%bx,%di\),%ax
18 28: 8d 03 [ ]*lea \(%bp,%di\),%ax
19 2a: 8d 00 [ ]*lea \(%bx,%si\),%ax
20 2c: 8d 02 [ ]*lea \(%bp,%si\),%ax
21 2e: 8d 01 [ ]*lea \(%bx,%di\),%ax
22 30: 8d 03 [ ]*lea \(%bp,%di\),%ax
[all...]
H A Dx86-64-inval-crc32.s7 crc32w (%rsi), %ax
9 crc32 (%rsi), %ax
14 crc32 %ax, %ax
15 crc32w %ax, %ax
25 crc32 ax, word ptr [rsi]
29 crc32 ax,[rsi]
33 crc32 ax, ax
[all...]
H A Dimmed32.s13 movw $early, %ax
14 movw $late, %ax
15 movw $xtrn, %ax
22 addw $early, %ax
23 addw $late, %ax
24 addw $xtrn, %ax
31 shlw $early, %ax
32 shlw $late, %ax
33 shlw $xtrn, %ax
40 inw $early, %ax
[all...]
H A Dimmed64.s13 movw $early, %ax
14 movw $late, %ax
15 movw $xtrn, %ax
25 addw $early, %ax
26 addw $late, %ax
27 addw $xtrn, %ax
37 shlw $early, %ax
38 shlw $late, %ax
39 shlw $xtrn, %ax
49 inw $early, %ax
[all...]
H A Daddr16.s3 addr16 mov 0x0898,%ax
6 addr16 mov %ax,0x0898
H A Daddr32.s4 addr32 mov 0x600898,%ax
7 addr32 mov %ax,0x600898
H A Datt-regs.s6 mov eax, ax ; add al, (bx,si)
7 mov rax, ax ; add al, (bx,si)
8 mov axl, ax ; add al, (bx,si)
9 mov r8b, ax ; add al, (bx,si)
10 mov r8w, ax ; add al, (bx,si)
11 mov r8d, ax ; add al, (bx,si)
12 mov r8, ax ; add al, (bx,si)
13 mov fs, ax ; add al, (bx,si)
14 mov st, ax ; add al, (bx,si)
15 mov cr0, ax ; ad
[all...]
H A Dintel-regs.s6 mov ax, eax ; add [bx+si], al
7 mov ax, rax ; add [bx+si], al
8 mov ax, axl ; add [bx+si], al
9 mov ax, r8b ; add [bx+si], al
10 mov ax, r8w ; add [bx+si], al
11 mov ax, r8d ; add [bx+si], al
12 mov ax, r8 ; add [bx+si], al
13 mov ax, fs ; add [bx+si], al
14 mov ax, st ; add [bx+si], al
15 mov ax, cr
[all...]
H A Dprefix.s2 fstsw; fstsw %ax;
3 addr16 fstsw %ax ;addr16 rep cmpsw %es:(%di),%ss:(%si)
H A Dx86-64-io.s5 rex64 in ax,dx
8 rex64 out dx,ax
/netbsd-6-1-5-RELEASE/lib/libm/arch/i387/
H A Ds_cos.S16 fnstsw %ax
17 andw $0x400,%ax
25 fnstsw %ax
26 andw $0x400,%ax
H A Ds_sin.S16 fnstsw %ax
17 andw $0x400,%ax
25 fnstsw %ax
26 andw $0x400,%ax
H A Ds_tan.S16 fnstsw %ax
17 andw $0x400,%ax
26 fstsw %ax
27 andw $0x400,%ax
H A De_fmod.S18 fstsw %ax
19 btw $10,%ax
H A De_remainder.S17 fstsw %ax
18 btw $10,%ax
H A De_remainderf.S17 fstsw %ax
18 btw $10,%ax
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dax-gdb.c32 #include "ax.h"
33 #include "ax-gdb.h"
45 Then look at the types and enums in ax-gdb.h. For the code itself,
85 static void gen_offset (struct agent_expr *ax, int offset);
87 static void gen_var_ref (struct gdbarch *, struct agent_expr *ax,
91 static void gen_int_literal (struct agent_expr *ax,
96 static void require_rvalue (struct agent_expr *ax, struct axs_value *value);
97 static void gen_usual_unary (struct expression *exp, struct agent_expr *ax,
101 static void gen_conversion (struct agent_expr *ax,
105 struct agent_expr *ax,
341 gen_trace_static_fields(struct gdbarch *gdbarch, struct agent_expr *ax, struct type *type) argument
392 gen_traced_pop(struct gdbarch *gdbarch, struct agent_expr *ax, struct axs_value *value) argument
444 gen_sign_extend(struct agent_expr *ax, struct type *type) argument
456 gen_extend(struct agent_expr *ax, struct type *type) argument
469 gen_fetch(struct agent_expr *ax, struct type *type) argument
529 gen_left_shift(struct agent_expr *ax, int distance) argument
550 gen_frame_args_address(struct gdbarch *gdbarch, struct agent_expr *ax) argument
565 gen_frame_locals_address(struct gdbarch *gdbarch, struct agent_expr *ax) argument
583 gen_offset(struct agent_expr *ax, int offset) argument
605 gen_sym_offset(struct agent_expr *ax, struct symbol *var) argument
615 gen_var_ref(struct gdbarch *gdbarch, struct agent_expr *ax, struct axs_value *value, struct symbol *var) argument
736 gen_int_literal(struct agent_expr *ax, struct axs_value *value, LONGEST k, struct type *type) argument
752 require_rvalue(struct agent_expr *ax, struct axs_value *value) argument
806 gen_usual_unary(struct expression *exp, struct agent_expr *ax, struct axs_value *value) argument
875 gen_conversion(struct agent_expr *ax, struct type *from, struct type *to) argument
907 struct agent_expr *ax = new_agent_expr (NULL, 0); local
929 gen_usual_arithmetic(struct expression *exp, struct agent_expr *ax, struct axs_value *value1, struct axs_value *value2) argument
966 gen_integral_promotions(struct expression *exp, struct agent_expr *ax, struct axs_value *value) argument
986 gen_cast(struct agent_expr *ax, struct axs_value *value, struct type *type) argument
1042 gen_scale(struct agent_expr *ax, enum agent_op op, struct type *type) argument
1056 gen_ptradd(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2) argument
1072 gen_ptrsub(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2) argument
1088 gen_ptrdiff(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, struct type *result_type) argument
1108 gen_equal(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, struct type *result_type) argument
1122 gen_less(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, struct type *result_type) argument
1142 gen_binop(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, enum agent_op op, enum agent_op op_unsigned, int may_carry, char *name) argument
1162 gen_logical_not(struct agent_expr *ax, struct axs_value *value, struct type *result_type) argument
1175 gen_complement(struct agent_expr *ax, struct axs_value *value) argument
1190 gen_deref(struct agent_expr *ax, struct axs_value *value) argument
1213 gen_address_of(struct agent_expr *ax, struct axs_value *value) argument
1243 gen_bitfield_ref(struct expression *exp, struct agent_expr *ax, struct axs_value *value, struct type *type, int start, int end) argument
1403 gen_primitive_field(struct expression *exp, struct agent_expr *ax, struct axs_value *value, int offset, int fieldno, struct type *type) argument
1428 gen_struct_ref_recursive(struct expression *exp, struct agent_expr *ax, struct axs_value *value, char *field, int offset, struct type *type) argument
1493 gen_struct_ref(struct expression *exp, struct agent_expr *ax, struct axs_value *value, char *field, char *operator_name, char *operand_name) argument
1539 gen_static_field(struct gdbarch *gdbarch, struct agent_expr *ax, struct axs_value *value, struct type *type, int fieldno) argument
1573 gen_struct_elt_for_reference(struct expression *exp, struct agent_expr *ax, struct axs_value *value, struct type *type, char *fieldname) argument
1619 gen_namespace_elt(struct expression *exp, struct agent_expr *ax, struct axs_value *value, const struct type *curtype, char *name) argument
1639 gen_maybe_namespace_elt(struct expression *exp, struct agent_expr *ax, struct axs_value *value, const struct type *curtype, char *name) argument
1664 gen_aggregate_elt_ref(struct expression *exp, struct agent_expr *ax, struct axs_value *value, struct type *type, char *field, char *operator_name, char *operand_name) argument
1698 gen_repeat(struct expression *exp, union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1742 gen_sizeof(struct expression *exp, union exp_element **pc, struct agent_expr *ax, struct axs_value *value, struct type *size_type) argument
1770 gen_expr(struct expression *exp, union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
2193 gen_expr_binop_rest(struct expression *exp, enum exp_opcode op, union exp_element **pc, struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2) argument
2350 struct agent_expr *ax = new_agent_expr (gdbarch, scope); local
2390 struct agent_expr *ax = new_agent_expr (expr->gdbarch, scope); local
2425 struct agent_expr *ax = new_agent_expr (expr->gdbarch, scope); local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/netboot/
H A Dstart_rom.S50 xor %ax,%ax
51 mov %ax, %ds
54 mov 0x304, %ax
55 cmp $0x4d52, %ax /* $0x4d52 == 'MR' */
59 movw 0x64, %ax
60 movw %ax, 0x300
61 movw 0x66, %ax
62 movw %ax, 0x302
66 movw %ax,
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/i386/string/
H A Dswab.S30 rorw $8,%ax
40 rorw $8,%ax
43 rorw $8,%ax
46 rorw $8,%ax
49 rorw $8,%ax
52 rorw $8,%ax
55 rorw $8,%ax
58 rorw $8,%ax
61 rorw $8,%ax
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Drealprot.S97 mov %cs, %ax
98 mov %ax, ourseg
108 mov %ax, %dx
113 movw %ax, gdt+gdt_index+2; \
152 or $CR0_PE, %ax
161 mov %ax, %ds
162 mov %ax, %es
163 mov %ax, %ss
218 movw $bootrealdata, %ax
219 movw %ax,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A Dntp-restart6 kill -INT `ps -ax | egrep "ntpd" | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/`

Completed in 104 milliseconds

1234567891011