Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp7068 Register RotatedOldVal = (IsSubWord ? MRI.createVirtualRegister(RC) : OldVal); in emitAtomicLoadBinary() local
7097 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadBinary()
7102 BuildMI(MBB, DL, TII->get(BinOpcode), Tmp).addReg(RotatedOldVal).add(Src2); in emitAtomicLoadBinary()
7118 .addReg(RotatedOldVal) in emitAtomicLoadBinary()
7124 .addReg(RotatedOldVal).addReg(Src2.getReg()) in emitAtomicLoadBinary()
7185 Register RotatedOldVal = (IsSubWord ? MRI.createVirtualRegister(RC) : OldVal); in emitAtomicLoadMinMax() local
7214 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadMinMax()
7217 .addReg(RotatedOldVal).addReg(Src2); in emitAtomicLoadMinMax()
7229 .addReg(RotatedOldVal).addReg(Src2) in emitAtomicLoadMinMax()
7242 .addReg(RotatedOldVal).addMBB(LoopMBB) in emitAtomicLoadMinMax()