Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7415 Register RotatedOldVal = (IsSubWord ? MRI.createVirtualRegister(RC) : OldVal); in emitAtomicLoadBinary() local
7444 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadBinary()
7449 BuildMI(MBB, DL, TII->get(BinOpcode), Tmp).addReg(RotatedOldVal).add(Src2); in emitAtomicLoadBinary()
7465 .addReg(RotatedOldVal) in emitAtomicLoadBinary()
7471 .addReg(RotatedOldVal).addReg(Src2.getReg()) in emitAtomicLoadBinary()
7532 Register RotatedOldVal = (IsSubWord ? MRI.createVirtualRegister(RC) : OldVal); in emitAtomicLoadMinMax() local
7561 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadMinMax()
7564 .addReg(RotatedOldVal).addReg(Src2); in emitAtomicLoadMinMax()
7576 .addReg(RotatedOldVal).addReg(Src2) in emitAtomicLoadMinMax()
7589 .addReg(RotatedOldVal).addMBB(LoopMBB) in emitAtomicLoadMinMax()