Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp10106 Register RetrySwapVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
10144 .addReg(RetrySwapVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
10147 BuildMI(MBB, DL, TII->get(SystemZ::RISBG32), RetrySwapVal) in emitAtomicCmpSwapW()
10167 .addReg(RetrySwapVal).addReg(NegBitShift).addImm(-BitSize); in emitAtomicCmpSwapW()