Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:StoreVal

5572   unsigned StoreVal     = MRI.createVirtualRegister(RC);
5632 // %StoreVal = RLL %RetrySwapVal, -BitSize(%NegBitShift)
5634 // %RetryOldVal = CS %Dest, %StoreVal, Disp(%Base)
5640 BuildMI(MBB, DL, TII->get(SystemZ::RLL), StoreVal)
5643 .addReg(OldVal).addReg(StoreVal).addOperand(Base).addImm(Disp);