Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5349 unsigned RotatedOldVal = (IsSubWord ? MRI.createVirtualRegister(RC) : OldVal); in emitAtomicLoadBinary() local
5379 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadBinary()
5385 .addReg(RotatedOldVal).addOperand(Src2); in emitAtomicLoadBinary()
5401 .addReg(RotatedOldVal).addOperand(Src2); in emitAtomicLoadBinary()
5406 .addReg(RotatedOldVal).addReg(Src2.getReg()) in emitAtomicLoadBinary()
5464 unsigned RotatedOldVal = (IsSubWord ? MRI.createVirtualRegister(RC) : OldVal); in emitAtomicLoadMinMax() local
5494 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadMinMax()
5497 .addReg(RotatedOldVal).addReg(Src2); in emitAtomicLoadMinMax()
5509 .addReg(RotatedOldVal).addReg(Src2) in emitAtomicLoadMinMax()
5522 .addReg(RotatedOldVal).addMBB(LoopMBB) in emitAtomicLoadMinMax()