Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp8096 const GSubCarryOut *Subo = cast<GSubCarryOut>(&MI); in matchSuboCarryOut() local
8098 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1627 unsigned Subo = (size == 32) ? AArch64::subo32 : AArch64::subo64; in printGPRSeqPairsClassOperand() local
1630 MCRegister Odd = MRI.getSubReg(Reg, Subo); in printGPRSeqPairsClassOperand()