/external/llvm/include/llvm/Bitcode/ |
LLVMBitCodes.h | 307 FUNC_CODE_INST_CMPXCHG = 37, // CMPXCHG: [ptrty,ptr,cmp,new, align, vol,
|
/external/openssl/crypto/ |
x86cpuid.pl | 262 &data_word(0x1ab10ff0); # lock; cmpxchg %ebx,(%edx) # %eax is envolved and is always reloaded
|
/external/kernel-headers/original/asm-mips/ |
atomic.h | 310 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) 692 ((__typeof__((v)->counter))cmpxchg(&((v)->counter), (o), (n)))
|
/external/llvm/lib/Analysis/ |
AliasAnalysis.cpp | 335 // Acquire/Release cmpxchg has properties that matter for arbitrary addresses. 339 // If the cmpxchg address does not alias the location, it does not access it.
|
/external/llvm/lib/Target/X86/ |
X86InstrInfo.td | [all...] |
X86InstrCompiler.td | [all...] |
/external/valgrind/main/VEX/priv/ |
host_x86_defs.h | 359 Xin_ACAS, /* 8/16/32-bit lock;cmpxchg */ 496 /* "lock;cmpxchg": mem address in .addr,
|
host_amd64_defs.h | 377 Ain_ACAS, /* 8/16/32/64-bit lock;cmpxchg */
|
host_amd64_defs.c | [all...] |
host_x86_defs.c | 1010 vex_printf("lock cmpxchg%c ", [all...] |
/bionic/libc/bionic/ |
pthread.c | [all...] |
/external/llvm/lib/VMCore/ |
Instruction.cpp | 130 case AtomicCmpXchg: return "cmpxchg";
|
Verifier.cpp | [all...] |
/external/llvm/docs/ |
LangRef.html | 186 <li><a href="#i_cmpxchg">'<tt>cmpxchg</tt>' Instruction</a></li> [all...] |
/external/llvm/include/llvm/Analysis/ |
AliasAnalysis.h | 430 /// a particular cmpxchg modifies or reads the specified memory location.
|
/external/qemu/ |
Changelog | 410 - fixed cmpxchg exception safeness
|
/external/valgrind/main/docs/internals/ |
3_2_BUGSTATUS.txt | 81 147498 vx1795 amd64->IR: 0xF0 0xF 0xB0 0xF (lock cmpxchg %cl,(%rdi))
|
/external/llvm/include/llvm/ |
Instructions.h | 468 /// isVolatile - Return true if this is a cmpxchg from a volatile memory 475 /// setVolatile - Specify whether this is a volatile cmpxchg. 485 /// Set the ordering constraint on this cmpxchg. 488 "CmpXchg instructions can only be atomic."); 493 /// Specify whether this cmpxchg is atomic and orders other operations with 501 /// Returns the ordering constraint on this cmpxchg. 506 /// Returns whether this cmpxchg is atomic between threads or only within a [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
LLLexer.cpp | 631 INSTKEYWORD(cmpxchg, AtomicCmpXchg);
|
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | [all...] |
/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 613 // This corresponds to the cmpxchg instruction. [all...] |
/external/elfutils/libcpu/defs/ |
i386 | 148 00001111,1011000{w},{mod}{reg}{r_m}:cmpxchg {reg}{w},{mod}{r_m}{w} [all...] |
/external/clang/lib/CodeGen/ |
CGExpr.cpp | [all...] |