Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6712 unsigned RetrySwapVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
6754 .addReg(RetrySwapVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
6777 BuildMI(MBB, DL, TII->get(SystemZ::RISBG32), RetrySwapVal) in emitAtomicCmpSwapW()
6780 .addReg(RetrySwapVal).addReg(NegBitShift).addImm(-BitSize); in emitAtomicCmpSwapW()