Home
last modified time | relevance | path

Searched refs:ax (Results 1 – 16 of 16) sorted by relevance

/qemu/target/mips/tcg/
H A Dtx79_translate.c120 TCGv_i64 ax, bx; in trans_parallel_arith() local
127 ax = tcg_temp_new_i64(); in trans_parallel_arith()
131 gen_load_gpr(ax, a->rs); in trans_parallel_arith()
133 gen_logic_i64(cpu_gpr[a->rd], ax, bx); in trans_parallel_arith()
136 gen_load_gpr_hi(ax, a->rs); in trans_parallel_arith()
138 gen_logic_i64(cpu_gpr_hi[a->rd], ax, bx); in trans_parallel_arith()
237 TCGv_i64 c0, c1, ax, bx, t0, t1, t2; in trans_parallel_compare() local
246 ax = tcg_temp_new_i64(); in trans_parallel_compare()
253 gen_load_gpr(ax, a->rs); in trans_parallel_compare()
256 tcg_gen_sextract_i64(t0, ax, wlen * i, wlen); in trans_parallel_compare()
[all …]
/qemu/tests/tcg/i386/
H A Dtest-i386-code16.S24 pop %ax
37 add $2, %ax
63 add $8, %ax
67 add $16, %ax
71 add $1, %ax
75 add $4, %ax
H A Dtest-i386-vm86.S13 xorw %ax, %ax
14 movw %ax, %es
/qemu/pc-bios/optionrom/
H A Dlinuxboot.S63 xor %ax, %ax
64 pushw %ax /* IP = 0 */
104 mov $0xe801, %ax
114 mov %ax, %cx
148 movzwl %ax, %eax
177 mov %cs, %ax
178 mov %ax, %es
H A Doptionrom.h62 mov $\VAR, %ax
64 outw %ax, (%dx)
134 mov $var ## _DATA, %ax; \
136 outw %ax, (%dx); \
216 movw %cs, %ax; \
217 movw %ax, %ds;
H A Dlinuxboot_dma.c100 uint16_t ax, bx, cx, dx; in get_e801_addr() local
104 : "=a"(ax), "=b"(bx), "=c"(cx), "=d"(dx) in get_e801_addr()
111 cx = ax; in get_e801_addr()
H A Dkvmvapic.S21 xor %ax, %ax
29 mov $vapic_base, %ax
30 out %ax, $0x7e
H A Dmultiboot.S76 mov %ax, %fs
88 mov %ax, %es
H A Dpvh.S95 mov %ax, %es
/qemu/tests/qtest/migration/i386/
H A Da-b-bootblock.S58 mov $65,%ax
85 mov $66,%ax
107 mov $SLEEP,%ax
109 outw %ax,%dx
/qemu/tests/tcg/i386/system/
H A Dboot.S62 movw %ax,idt_00+6(,%ebx,8)
82 out %ax, $0xf4
87 out %ax,%dx
/qemu/tests/tcg/x86_64/system/
H A Dboot.S130 out %ax, $0xf4
135 out %ax,%dx
/qemu/target/i386/tcg/
H A Dint_helper.c157 target_ulong helper_aad(target_ulong ax, target_ulong base) in helper_aad() argument
161 al = ax & 0xff; in helper_aad()
162 ah = (ax >> 8) & 0xff; in helper_aad()
/qemu/target/i386/emulate/
H A Dx86.h56 uint16_t ax; member
/qemu/tcg/ppc/
H A Dtcg-target.c.inc672 #define XXPERMDI (OPCD(60) | (10 << 3) | 7) /* v2.06, force ax=bx=tx=1 */
673 #define XXSEL (OPCD(60) | (3 << 4) | 0xf) /* v2.06, force ax=bx=cx=tx=1 */
/qemu/tcg/i386/
H A Dtcg-target.c.inc1988 * "xchg %eax,%eax", forming "xchg %ax,%ax". All cores accept the