Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp8035 Register OldValRot = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
8076 BuildMI(MBB, DL, TII->get(SystemZ::RLL), OldValRot) in emitAtomicCmpSwapW()
8079 .addReg(SwapVal).addReg(OldValRot).addImm(32).addImm(63 - BitSize).addImm(0); in emitAtomicCmpSwapW()
8081 .addReg(OldValRot); in emitAtomicCmpSwapW()