HomeSort by relevance Sort by last modified time
    Searched refs:cmpxchgw (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
hle.s 494 xacquire lock cmpxchgw %ax,(%ecx)
495 lock xacquire cmpxchgw %ax,(%ecx)
496 xrelease lock cmpxchgw %ax,(%ecx)
497 lock xrelease cmpxchgw %ax,(%ecx)
498 .byte 0xf0; .byte 0xf2; cmpxchgw %ax,(%ecx)
499 .byte 0xf0; .byte 0xf3; cmpxchgw %ax,(%ecx)
    [all...]
x86-64-hle.s 659 xacquire lock cmpxchgw %ax,(%rcx)
660 lock xacquire cmpxchgw %ax,(%rcx)
661 xrelease lock cmpxchgw %ax,(%rcx)
662 lock xrelease cmpxchgw %ax,(%rcx)
663 .byte 0xf0; .byte 0xf2; cmpxchgw %ax,(%rcx)
664 .byte 0xf0; .byte 0xf3; cmpxchgw %ax,(%rcx)
    [all...]
opcode-suffix.d 565 *[0-9a-f]+: 66 0f b1 90 90 90 90 90[ ]+cmpxchgw %dx,-0x6f6f6f70\(%eax\)
  /external/valgrind/none/tests/x86/
insn_basic.def 408 cmpxchgw eflags[0x40,0x00] ax.uw[123] : r16.uw[567] r16.uw[123] => eflags[0x40,0x40] ax.uw[123] 0.uw[567] 1.uw[567]
409 cmpxchgw eflags[0x40,0x40] ax.uw[123] : r16.uw[567] r16.uw[345] => eflags[0x40,0x00] ax.uw[345] 0.uw[567] 1.uw[345]
410 cmpxchgw eflags[0x40,0x00] ax.uw[123] : r16.uw[567] m16.uw[123] => eflags[0x40,0x40] ax.uw[123] 0.uw[567] 1.uw[567]
411 cmpxchgw eflags[0x40,0x40] ax.uw[123] : r16.uw[567] m16.uw[345] => eflags[0x40,0x00] ax.uw[345] 0.uw[567] 1.uw[345]
    [all...]
  /external/v8/src/x64/
assembler-x64.h 793 void cmpxchgw(const Operand& dst, Register src);
    [all...]
assembler-x64.cc 1014 void Assembler::cmpxchgw(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]

Completed in 360 milliseconds