Searched refs:CMPI (Results 1 – 6 of 6) sorted by relevance
1057 static unsigned getPredicateToDecImm(MachineInstr *BI, MachineInstr *CMPI) { in getPredicateToDecImm() argument1058 uint64_t Imm = CMPI->getOperand(2).getImm(); in getPredicateToDecImm()1059 bool SignedCmp = isSignedCmpOp(CMPI->getOpcode()); in getPredicateToDecImm()1077 uint64_t Imm = CMPI->getOperand(2).getImm(); in getPredicateToIncImm()1078 bool SignedCmp = isSignedCmpOp(CMPI->getOpcode()); in getPredicateToIncImm()1147 MachineInstr *CMPI = MRI->getVRegDef(CndReg); in eligibleForCompareElimination() local1149 if (CMPI->getParent() != &BB) in eligibleForCompareElimination()1153 for (MachineOperand &MO : CMPI->operands()) in eligibleForCompareElimination()1205 MachineInstr *CMPI = MRI->getVRegDef(BI->getOperand(1).getReg()); in eligibleForCompareElimination() local1207 if (CMPI->getOperand(I).isReg()) { in eligibleForCompareElimination()[all …]
59 #define CMPI cmpdi macro69 #define CMPI cmpwi macro369 CMPI %r0, 0376 CMPI %r6, 0
444 CMPI %r23, TLB_UNLOCKED; \745 CMPI %r25, 0 /* pte found? */799 CMPI %r26, 01108 CMPI %r4, TLB_UNLOCKED
52 #define CMPI cmpdi macro68 #define CMPI cmpwi macro
699 // Format: CMPI rx, immediate MIPS16e708 // Format: CMPI rx, immediate MIPS16e
16 /// CLR [ ] CMP [~] CMPA [~] CMPI [~] CMPM [ ]