Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5251 unsigned RetryCmpVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
5289 .addReg(RetryCmpVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
5295 BuildMI(MBB, DL, TII->get(SystemZ::RISBG32), RetryCmpVal) in emitAtomicCmpSwapW()
5298 .addReg(Dest).addReg(RetryCmpVal); in emitAtomicCmpSwapW()