Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8780 Register OldValRot = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
8821 BuildMI(MBB, DL, TII->get(SystemZ::RLL), OldValRot) in emitAtomicCmpSwapW()
8824 .addReg(SwapVal).addReg(OldValRot).addImm(32).addImm(63 - BitSize).addImm(0); in emitAtomicCmpSwapW()
8826 .addReg(OldValRot); in emitAtomicCmpSwapW()