Home
last modified time | relevance | path

Searched refs:xchgw (Results 1 – 25 of 28) sorted by relevance

12

/external/syslinux/mbr/
Dgptmbr.S145 xchgw %ax,%cx
191 xchgw %ax,%cx /* Set up %cx for rep movsb further down */
277 xchgw %dx, %ax
Dmbr.S143 xchgw %dx, %ax
Daltmbr.S143 xchgw %dx, %ax
Disohdpfx.S254 xchgw %dx, %ax
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
De820mangler.S537 xchgw %ax, %cx
538 xchgw %bx, %dx
540 xchgw %ax, %cx
541 xchgw %bx, %dx
/external/syslinux/gpxe/src/arch/i386/prefix/
Ddskprefix.S73 xchgw %di,(%bx)
75 xchgw %si,2(%bx)
103 xchgw %cx,%ax /* cx = track and sector */
Dpxeprefix.S234 xchgw %ax, %cx
235 xchgw %bx, %dx
621 xchgw %ax, %bx
625 xchgw %ax, %bx
/external/llvm/test/CodeGen/X86/
Dpatchpoint.ll11 ; CHECK-NEXT: xchgw %ax, %ax
14 ; CHECK-NEXT: xchgw %ax, %ax
33 ; CHECK-NEXT: xchgw %ax, %ax
Datomic16.ll269 ; X64: xchgw
271 ; X32: xchgw
Dpatchpoint-invoke.ll17 ; CHECK-NEXT: xchgw %ax, %ax
Dstackmap-nops.ll7 ; CHECK: xchgw %ax, %ax
63 ; CHECK-NEXT: xchgw %ax, %ax
/external/syslinux/gpxe/src/arch/i386/include/
Dbochs.h20 #define bochsbp xchgw %bx, %bx
/external/syslinux/gpxe/src/arch/i386/transitions/
Dlibkir.S32 #define BOCHSBP xchgw %bx, %bx
/external/llvm/test/MC/X86/
Dx86-16.s925 xchgw %ax, %ax label
Dx86-32.s1053 xchgw %ax, %ax label
Dx86-64.s1345 xchgw %ax, %ax label
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-32.s956 xchgw %ax, %ax label
Dx86-64.s1185 xchgw %ax, %ax label
/external/valgrind/none/tests/x86/
Dinsn_basic.def1054 xchgw ax.uw[1234] bx.uw[5678] => 0.uw[5678] 1.uw[1234]
1055 xchgw bx.uw[1234] ax.uw[5678] => 0.uw[5678] 1.uw[1234]
1056 xchgw ax.uw[1234] cx.uw[5678] => 0.uw[5678] 1.uw[1234]
1057 xchgw r16.uw[1234] m16.uw[5678] => 0.uw[5678] 1.uw[1234]
1058 xchgw m16.uw[1234] r16.uw[5678] => 0.uw[5678] 1.uw[1234]
/external/valgrind/none/tests/amd64/
Dinsn_basic.def1347 xchgw ax.uw[1234] bx.uw[5678] => 0.uw[5678] 1.uw[1234]
1348 xchgw bx.uw[1234] ax.uw[5678] => 0.uw[5678] 1.uw[1234]
1349 xchgw ax.uw[1234] cx.uw[5678] => 0.uw[5678] 1.uw[1234]
1350 xchgw r16.uw[1234] m16.uw[5678] => 0.uw[5678] 1.uw[1234]
1351 xchgw m16.uw[1234] r16.uw[5678] => 0.uw[5678] 1.uw[1234]
/external/valgrind/perf/
Dtinycc.c3250 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_REG, OPT_EAX))
3251 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_EAX, OPT_REG))
3707 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_REG, OPT_EAX))
3708 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_EAX, OPT_REG))
4582 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_REG, OPT_EAX))
4583 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_EAX, OPT_REG))
5039 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_REG, OPT_EAX))
5040 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_EAX, OPT_REG))
15289 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_REG, OPT_EAX))
15290 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_EAX, OPT_REG))
[all …]
/external/mesa3d/src/mesa/x86/
Dassyntax.h678 #define XCHG_W(a, b) CHOICE(xchgw ARG2(a,b), xchgw ARG2(a,b), _WTOG xchg ARG2(b,a))
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.td1792 def : InstAlias<"xchgw $mem, $val", (XCHG16rm GR16:$val, i16mem:$mem)>;
1797 def : InstAlias<"xchgw %ax, $src", (XCHG16ar GR16:$src)>;
DX86GenAsmMatcher.inc6106 { X86::XCHG16ar, "xchgw", Convert__Reg1_1, { MCK_AX, MCK_GR16 }, 0},
6107 { X86::XCHG16ar, "xchgw", Convert__Reg1_0, { MCK_GR16, MCK_AX }, 0},
6108 { X86::XCHG16rr, "xchgw", Convert__Reg1_0__Tie0__Reg1_1, { MCK_GR16, MCK_GR16 }, 0},
6109 { X86::XCHG16rm, "xchgw", Convert__Reg1_0__Tie0__Mem5_1, { MCK_GR16, MCK_Mem }, 0},
6110 { X86::XCHG16rm, "xchgw", Convert__Reg1_1__Tie0__Mem5_0, { MCK_Mem, MCK_GR16 }, 0},
/external/v8/src/x64/
Dassembler-x64.h790 void xchgw(Register reg, const Operand& op);

12