Home
last modified time | relevance | path

Searched refs:XCHG (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Datomic_ops.in3 { OR1K_ATOMIC_XCHG, "XCHG" },
/external/llvm/lib/Target/X86/
DX86SchedHaswell.td447 // XCHG.
454 def : InstRW<[WriteXCHG], (instregex "XCHG(8|16|32|64)rr", "XCHG(16|32|64)ar")>;
461 def : InstRW<[WriteXCHGrm], (instregex "XCHG(8|16|32|64)rm")>;
DX86InstrInfo.td1846 defm XCHG : ATOMIC_SWAP<0x86, 0x87, "xchg", "atomic_swap", IIC_XCHG_MEM>;
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp964 } else if (AtomicCmpXchgInst *XCHG = dyn_cast<AtomicCmpXchgInst>(I)) { in isInterestingMemoryAccess() local
967 *TypeSize = DL.getTypeStoreSizeInBits(XCHG->getCompareOperand()->getType()); in isInterestingMemoryAccess()
969 PtrOperand = XCHG->getPointerOperand(); in isInterestingMemoryAccess()
/external/llvm/docs/
DAtomics.rst435 generate an ``XCHG``, other stores generate a ``MOV``. SequentiallyConsistent
438 uses ``XCHG``, ``atomicrmw add`` and ``atomicrmw sub`` use ``XADD``, and all
/external/llvm/test/Transforms/InstCombine/
Dicmp.ll1768 ; CHECK-NEXT: [[XCHG:%.*]] = cmpxchg i32* %sc, i32 %old_val, i32 %new_val seq_cst seq_cst