Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1057 static unsigned getPredicateToDecImm(MachineInstr *BI, MachineInstr *CMPI) { in getPredicateToDecImm() argument
1058 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() local
1149 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() local
1207 if (CMPI->getOperand(I).isReg()) { in eligibleForCompareElimination()
[all …]
/freebsd-13.1/sys/powerpc/powerpc/
H A Dsupport.S59 #define CMPI cmpdi macro
69 #define CMPI cmpwi macro
369 CMPI %r0, 0
376 CMPI %r6, 0
/freebsd-13.1/sys/powerpc/booke/
H A Dtrap_subr.S444 CMPI %r23, TLB_UNLOCKED; \
745 CMPI %r25, 0 /* pte found? */
799 CMPI %r26, 0
1108 CMPI %r4, TLB_UNLOCKED
H A Dlocore.S52 #define CMPI cmpdi macro
68 #define CMPI cmpwi macro
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td699 // Format: CMPI rx, immediate MIPS16e
708 // Format: CMPI rx, immediate MIPS16e
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrArithmetic.td16 /// CLR [ ] CMP [~] CMPA [~] CMPI [~] CMPM [ ]