Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5575 unsigned RetrySwapVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
5615 .addReg(RetrySwapVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
5638 BuildMI(MBB, DL, TII->get(SystemZ::RISBG32), RetrySwapVal) in emitAtomicCmpSwapW()
5641 .addReg(RetrySwapVal).addReg(NegBitShift).addImm(-BitSize); in emitAtomicCmpSwapW()