/prebuilts/sdk/tools/linux/ |
libbcinfo.so | |
/dalvik/vm/compiler/codegen/x86/libenc/ |
encoder.inl | 133 // cmpxchg or xchg 134 ENCODER_DECLARE_EXPORT char * cmpxchg(char * stream, const RM_Opnd & rm, const R_Opnd & r, Opnd_Size sz) {
|
enc_tabl.cpp | 425 BEGIN_MNEMONIC(CMPXCHG, MF_AFFECTS_FLAGS, N) [all...] |
/external/clang/lib/CodeGen/ |
CGAtomic.cpp | 198 // Note that cmpxchg only supports specifying one ordering and 199 // doesn't support weak cmpxchg, at least at the moment. [all...] |
CGExprScalar.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.td | [all...] |
/external/llvm/lib/IR/ |
Verifier.cpp | [all...] |
Instruction.cpp | 220 case AtomicCmpXchg: return "cmpxchg";
|
/external/llvm/docs/ |
LangRef.rst | [all...] |
/external/llvm/include/llvm/Analysis/ |
AliasAnalysis.h | 443 /// a particular cmpxchg modifies or reads the specified memory location.
|
/external/qemu/ |
Changelog | 410 - fixed cmpxchg exception safeness
|
/external/valgrind/main/VEX/priv/ |
host_amd64_defs.h | 374 Ain_ACAS, /* 8/16/32/64-bit lock;cmpxchg */
|
host_amd64_defs.c | [all...] |
host_x86_defs.c | [all...] |
guest_amd64_toIR.c | 157 dis_cmpxchg_G_E (cmpxchg) [all...] |
guest_x86_toIR.c | 168 dis_cmpxchg_G_E (cmpxchg) [all...] |
/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/IR/ |
Instructions.h | 469 /// isVolatile - Return true if this is a cmpxchg from a volatile memory 476 /// setVolatile - Specify whether this is a volatile cmpxchg. 486 /// Set the ordering constraint on this cmpxchg. 489 "CmpXchg instructions can only be atomic."); 494 /// Specify whether this cmpxchg is atomic and orders other operations with 502 /// Returns the ordering constraint on this cmpxchg. 507 /// Returns whether this cmpxchg is atomic between threads or only within a [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
LLLexer.cpp | 674 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 | 627 /// 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/llvm/lib/Transforms/Instrumentation/ |
AddressSanitizer.cpp | 101 cl::desc("instrument atomic instructions (rmw, cmpxchg)"), [all...] |