Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8580 Register RotatedNewVal = MRI.createVirtualRegister(&SystemZ::GR32BitRegClass); in emitAtomicLoadBinary() local
8614 BuildMI(MBB, DL, TII->get(SystemZ::XILF), RotatedNewVal) in emitAtomicLoadBinary()
8618 BuildMI(MBB, DL, TII->get(BinOpcode), RotatedNewVal) in emitAtomicLoadBinary()
8624 BuildMI(MBB, DL, TII->get(SystemZ::RISBG32), RotatedNewVal) in emitAtomicLoadBinary()
8628 .addReg(RotatedNewVal).addReg(NegBitShift).addImm(0); in emitAtomicLoadBinary()
8676 Register RotatedNewVal = MRI.createVirtualRegister(&SystemZ::GR32BitRegClass); in emitAtomicLoadMinMax() local
8728 BuildMI(MBB, DL, TII->get(SystemZ::PHI), RotatedNewVal) in emitAtomicLoadMinMax()
8732 .addReg(RotatedNewVal).addReg(NegBitShift).addImm(0); in emitAtomicLoadMinMax()