Searched refs:xchgw (Results 1 - 10 of 10) sorted by relevance

/external/llvm/test/MC/X86/
H A Dx86-16.s923 // CHECK: xchgw %ax, %ax
925 xchgw %ax, %ax label
H A Dx86-32.s1002 // CHECK: xchgw %ax, %ax
1004 xchgw %ax, %ax label
H A Dx86-64.s1256 // CHECK: xchgw %ax, %ax
1258 xchgw %ax, %ax label
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c892 TEST_XCHG(xchgw, "w", "=q");
896 TEST_XCHG(xchgw, "w", "=m");
H A Dtest-i386.c854 TEST_XCHG(xchgw, "w", "=q");
858 TEST_XCHG(xchgw, "w", "=m");
/external/valgrind/main/none/tests/x86/
H A 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/main/perf/
H A Dtinycc.c3252 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_REG, OPT_EAX))
3253 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_EAX, OPT_REG))
3709 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_REG, OPT_EAX))
3710 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_EAX, OPT_REG))
4584 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_REG, OPT_EAX))
4585 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_EAX, OPT_REG))
5041 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_REG, OPT_EAX))
5042 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_EAX, OPT_REG))
15291 ALT(DEF_ASM_OP2(xchgw, 0x90, 0, OPC_REG | OPC_WL, OPT_REG, OPT_EAX))
15292 ALT(DEF_ASM_OP2(xchgw,
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h678 #define XCHG_W(a, b) CHOICE(xchgw ARG2(a,b), xchgw ARG2(a,b), _WTOG xchg ARG2(b,a))
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h678 #define XCHG_W(a, b) CHOICE(xchgw ARG2(a,b), xchgw ARG2(a,b), _WTOG xchg ARG2(b,a))
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dx86insn_gas.gperf2009 xchgw, xchg_insn, 16, SUF_W, 0, 0, 0, 0, 0, 0, 0

Completed in 1197 milliseconds