/qemu/target/mips/tcg/ |
H A D | tx79_translate.c | 120 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 D | test-i386-code16.S | 24 pop %ax 37 add $2, %ax 63 add $8, %ax 67 add $16, %ax 71 add $1, %ax 75 add $4, %ax
|
H A D | test-i386-vm86.S | 13 xorw %ax, %ax 14 movw %ax, %es
|
/qemu/pc-bios/optionrom/ |
H A D | linuxboot.S | 63 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 D | optionrom.h | 62 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 D | linuxboot_dma.c | 100 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 D | kvmvapic.S | 21 xor %ax, %ax 29 mov $vapic_base, %ax 30 out %ax, $0x7e
|
H A D | multiboot.S | 76 mov %ax, %fs 88 mov %ax, %es
|
H A D | pvh.S | 95 mov %ax, %es
|
/qemu/tests/qtest/migration/i386/ |
H A D | a-b-bootblock.S | 58 mov $65,%ax 85 mov $66,%ax 107 mov $SLEEP,%ax 109 outw %ax,%dx
|
/qemu/tests/tcg/i386/system/ |
H A D | boot.S | 62 movw %ax,idt_00+6(,%ebx,8) 82 out %ax, $0xf4 87 out %ax,%dx
|
/qemu/tests/tcg/x86_64/system/ |
H A D | boot.S | 130 out %ax, $0xf4 135 out %ax,%dx
|
/qemu/target/i386/tcg/ |
H A D | int_helper.c | 157 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 D | x86.h | 56 uint16_t ax; member
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 672 #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 D | tcg-target.c.inc | 1988 * "xchg %eax,%eax", forming "xchg %ax,%ax". All cores accept the
|