Searched refs:cmpxchgw (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | atomic16.ll | 75 ; X64: cmpxchgw 78 ; X32: cmpxchgw 100 ; X64: cmpxchgw 103 ; X32: cmpxchgw 125 ; X64: cmpxchgw 128 ; X32: cmpxchgw 146 ; X64: cmpxchgw 150 ; X32: cmpxchgw 165 ; X64: cmpxchgw 172 ; X32: cmpxchgw [all …]
|
/external/valgrind/VEX/test/ |
D | test-i386.c | 878 TEST_CMPXCHG(cmpxchgw, "w", "=q", 0xfbca7654); in test_xchg() 882 TEST_CMPXCHG(cmpxchgw, "w", "=q", 0xfffefdfc); in test_xchg() 886 TEST_CMPXCHG(cmpxchgw, "w", "=m", 0xfbca7654); in test_xchg() 890 TEST_CMPXCHG(cmpxchgw, "w", "=m", 0xfffefdfc); in test_xchg()
|
D | test-amd64.c | 916 TEST_CMPXCHG(cmpxchgw, "w", "=q", 0xfbca7654); in test_xchg() 920 TEST_CMPXCHG(cmpxchgw, "w", "=q", 0xfffefdfc); in test_xchg() 924 TEST_CMPXCHG(cmpxchgw, "w", "=m", 0xfbca7654); in test_xchg() 928 TEST_CMPXCHG(cmpxchgw, "w", "=m", 0xfffefdfc); in test_xchg()
|
/external/valgrind/none/tests/x86/ |
D | insn_basic.def | 408 cmpxchgw eflags[0x40,0x00] ax.uw[123] : r16.uw[567] r16.uw[123] => eflags[0x40,0x40] ax.uw[123] 0.u… 409 cmpxchgw eflags[0x40,0x40] ax.uw[123] : r16.uw[567] r16.uw[345] => eflags[0x40,0x00] ax.uw[345] 0.u… 410 cmpxchgw eflags[0x40,0x00] ax.uw[123] : r16.uw[567] m16.uw[123] => eflags[0x40,0x40] ax.uw[123] 0.u… 411 cmpxchgw eflags[0x40,0x40] ax.uw[123] : r16.uw[567] m16.uw[345] => eflags[0x40,0x00] ax.uw[345] 0.u…
|
/external/valgrind/none/tests/amd64/ |
D | insn_basic.def | 538 ###cmpxchgw eflags[0x40,0x00] ax.uw[123] : r16.uw[567] r16.uw[123] => eflags[0x40,0x40] ax.uw[123] … 539 ###cmpxchgw eflags[0x40,0x40] ax.uw[123] : r16.uw[567] r16.uw[345] => eflags[0x40,0x00] ax.uw[345] … 540 cmpxchgw eflags[0x40,0x00] ax.uw[123] : r16.uw[567] m16.uw[123] => eflags[0x40,0x40] ax.uw[123] 0.u… 541 ###cmpxchgw eflags[0x40,0x40] ax.uw[123] : r16.uw[567] m16.uw[345] => eflags[0x40,0x00] ax.uw[345] …
|
/external/v8/src/x64/ |
D | assembler-x64.h | 799 void cmpxchgw(const Operand& dst, Register src);
|
D | assembler-x64.cc | 1010 void Assembler::cmpxchgw(const Operand& dst, Register src) { in cmpxchgw() function in v8::internal::Assembler
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 3259 { X86::CMPXCHG16rr, "cmpxchgw", Convert__Reg1_1__Reg1_0, { MCK_GR16, MCK_GR16 }, 0}, 3260 { X86::CMPXCHG16rm, "cmpxchgw", Convert__Mem5_1__Reg1_0, { MCK_GR16, MCK_Mem }, 0},
|
D | X86GenAsmWriter.inc | 3864 "sl\000cmpsq\000cmpsb\000cmpsd\t\000cmpss\t\000cmpxchg16b\t\000cmpxchgw\t"
|