/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
lock-1.d | 23 [ ]*[a-f0-9]+: f0 0f c7 0b lock cmpxchg8b \(%ebx\) 52 [ ]*[a-f0-9]+: f0 0f c7 0b lock cmpxchg8b \(%ebx\)
|
x86-64-lock-1-intel.d | 24 [ ]*[a-f0-9]+: f0 0f c7 0b lock cmpxchg8b QWORD PTR \[rbx\] 54 [ ]*[a-f0-9]+: f0 0f c7 0b lock cmpxchg8b QWORD PTR \[rbx\]
|
x86-64-lock-1.d | 23 [ ]*[a-f0-9]+: f0 0f c7 0b lock cmpxchg8b \(%rbx\) 53 [ ]*[a-f0-9]+: f0 0f c7 0b lock cmpxchg8b \(%rbx\)
|
intelbad.s | 28 cmpxchg8b dword ptr [eax]
|
intelok.s | 32 cmpxchg8b qword ptr [eax]
|
hlebad.s | 430 xacquire cmpxchg8b QWORD PTR [ecx] 431 xrelease cmpxchg8b QWORD PTR [ecx]
|
x86-64-hlebad.s | 574 xacquire cmpxchg8b QWORD PTR [rcx] 575 xrelease cmpxchg8b QWORD PTR [rcx]
|
hle-intel.d | [all...] |
hle.d | [all...] |
hle.s | [all...] |
/external/llvm/test/CodeGen/X86/ |
cmpxchg-clobber-flags.ll | 15 ; i386: cmpxchg8b 30 ; i386f: cmpxchg8b
|
atomic_op.ll | 127 ; CHECK: cmpxchg8b
|
/external/valgrind/none/tests/amd64/ |
bug127521-64.c | 33 "\tlock cmpxchg8b (%%r10)\n"
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 340 "CMPXCHG8B",
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
anames.go | 337 "CMPXCHG8B",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 340 "CMPXCHG8B",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
anames.go | 337 "CMPXCHG8B",
|
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_implicit.c | 59 /* 0F C7 : CMPXCHG8B : rw EDX, rw EAX, r ECX, r EBX */ 63 { OP_R, REG_DWORD_OFFSET + 3 }, {0}}; /* cmpxchg8b */
|
/external/libchrome/sandbox/win/src/sidestep/ |
preamble_patcher_with_stub.cpp | 76 // FPU instructions, and on newer processors we could use cmpxchg8b or
|
/art/compiler/utils/x86/ |
assembler_x86.h | 595 void cmpxchg8b(const Address& address); 616 lock()->cmpxchg8b(address);
|
/external/valgrind/VEX/priv/ |
host_x86_defs.h | 368 Xin_DACAS, /* lock;cmpxchg8b (doubleword ACAS, 2 x 32-bit only) */ 530 /* "lock;cmpxchg8b": mem address in .addr, expected value in
|
/toolchain/binutils/binutils-2.25/opcodes/ |
ChangeLog-2006 | 18 (grps): Use CMPXCHG8B_Fixup for cmpxchg8b. 25 (grps): Updated cmpxchg8b and vmptrst for Eq -> Mq. 26 (OP_M): Added bound, cmpxchg8b and vmptrst to bad modrm list.
|
/external/valgrind/coregrind/ |
m_machine.c | 811 /* cmpxchg8b is a minimum requirement now; if we don't have it we 814 have_cx8 = (edx & (1<<8)) != 0; /* True => have cmpxchg8b */ [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
gnu.go | 157 case SLDT, SMSW, STR, FXRSTOR, XRSTOR, XSAVE, XSAVEOPT, CMPXCHG8B: 276 case CMPXCHG8B, FLDCW, FNSTCW, FNSTSW, LDMXCSR, LLDT, LMSW, LTR, PCLMULQDQ,
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
gnu.go | 157 case SLDT, SMSW, STR, FXRSTOR, XRSTOR, XSAVE, XSAVEOPT, CMPXCHG8B: 276 case CMPXCHG8B, FLDCW, FNSTCW, FNSTSW, LDMXCSR, LLDT, LMSW, LTR, PCLMULQDQ,
|