Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp814 static unsigned getPredicateToDecImm(MachineInstr *BI, MachineInstr *CMPI) { in getPredicateToDecImm() argument
815 uint64_t Imm = CMPI->getOperand(2).getImm(); in getPredicateToDecImm()
816 bool SignedCmp = isSignedCmpOp(CMPI->getOpcode()); in getPredicateToDecImm()
834 uint64_t Imm = CMPI->getOperand(2).getImm(); in getPredicateToIncImm()
835 bool SignedCmp = isSignedCmpOp(CMPI->getOpcode()); in getPredicateToIncImm()
905 MachineInstr *CMPI = MRI->getVRegDef(CndReg); in eligibleForCompareElimination() local
907 if (CMPI->getParent() != &BB) in eligibleForCompareElimination()
911 for (MachineOperand &MO : CMPI->operands()) in eligibleForCompareElimination()
963 MachineInstr *CMPI = MRI->getVRegDef(BI->getOperand(1).getReg()); in eligibleForCompareElimination() local
965 if (CMPI->getOperand(I).isReg()) { in eligibleForCompareElimination()
[all …]
/freebsd-12.1/sys/powerpc/booke/
H A Dtrap_subr.S444 CMPI %r23, TLB_UNLOCKED; \
736 CMPI %r25, 0 /* pte found? */
793 CMPI %r26, 0
832 CMPI %r25, 0
1109 CMPI %r4, TLB_UNLOCKED
H A Dlocore.S48 #define CMPI cmpdi macro
64 #define CMPI cmpwi macro
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td702 // Format: CMPI rx, immediate MIPS16e
711 // Format: CMPI rx, immediate MIPS16e