Searched refs:Subo (Results 1 – 2 of 2) sorted by relevance
8096 const GSubCarryOut *Subo = cast<GSubCarryOut>(&MI); in matchSuboCarryOut() local8098 Register Dst = Subo->getReg(0); in matchSuboCarryOut()8099 Register LHS = Subo->getLHSReg(); in matchSuboCarryOut()8100 Register RHS = Subo->getRHSReg(); in matchSuboCarryOut()8101 Register Carry = Subo->getCarryOutReg(); in matchSuboCarryOut()8112 /* IsSigned=*/Subo->isSigned()); in matchSuboCarryOut()8115 /* IsSigned=*/Subo->isSigned()); in matchSuboCarryOut()8117 if (Subo->isSigned()) { in matchSuboCarryOut()
1627 unsigned Subo = (size == 32) ? AArch64::subo32 : AArch64::subo64; in printGPRSeqPairsClassOperand() local1630 MCRegister Odd = MRI.getSubReg(Reg, Subo); in printGPRSeqPairsClassOperand()