Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7614 Register OldValRot = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
7655 BuildMI(MBB, DL, TII->get(SystemZ::RLL), OldValRot) in emitAtomicCmpSwapW()
7658 .addReg(SwapVal).addReg(OldValRot).addImm(32).addImm(63 - BitSize).addImm(0); in emitAtomicCmpSwapW()
7660 .addReg(OldValRot); in emitAtomicCmpSwapW()