Searched refs:CMPI (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | support.S | 58 #define CMPI cmpdi macro 68 #define CMPI cmpwi macro 368 CMPI %r0, 0 375 CMPI %r6, 0
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 1415 static unsigned getPredicateToDecImm(MachineInstr *BI, MachineInstr *CMPI) { in getPredicateToDecImm() argument 1416 uint64_t Imm = CMPI->getOperand(2).getImm(); in getPredicateToDecImm() 1417 bool SignedCmp = isSignedCmpOp(CMPI->getOpcode()); in getPredicateToDecImm() 1434 static unsigned getPredicateToIncImm(MachineInstr *BI, MachineInstr *CMPI) { in getPredicateToIncImm() argument 1435 uint64_t Imm = CMPI->getOperand(2).getImm(); in getPredicateToIncImm() 1436 bool SignedCmp = isSignedCmpOp(CMPI->getOpcode()); in getPredicateToIncImm() 1505 MachineInstr *CMPI = MRI->getVRegDef(CndReg); in eligibleForCompareElimination() local 1507 if (CMPI->getParent() != &BB) in eligibleForCompareElimination() 1511 for (MachineOperand &MO : CMPI->operands()) in eligibleForCompareElimination() 1566 MachineInstr *CMPI = MRI->getVRegDef(BI->getOperand(1).getReg()); in eligibleForCompareElimination() local [all …]
|
/freebsd/sys/powerpc/booke/ |
H A D | trap_subr.S | 442 CMPI %r23, TLB_UNLOCKED; \ 743 CMPI %r25, 0 /* pte found? */ 797 CMPI %r26, 0 1104 CMPI %r4, TLB_UNLOCKED
|
H A D | locore.S | 50 #define CMPI cmpdi macro 66 #define CMPI cmpwi macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.h | 27 CMPI, // Compare between two signed integer values. enumerator
|
H A D | VEISelLowering.cpp | 934 TARGET_NODE_CASE(CMPI) in getTargetNodeName() 2740 return isSignedIntSetCC(CC) ? VEISD::CMPI : VEISD::CMPU; in decideComp() 2919 case VEISD::CMPI: in isI32Insn()
|
H A D | VEInstrInfo.td | 450 def cmpi : SDNode<"VEISD::CMPI", SDTIntBinOp>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.td | 700 // Format: CMPI rx, immediate MIPS16e 709 // Format: CMPI rx, immediate MIPS16e
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrArithmetic.td | 16 /// CLR [ ] CMP [~] CMPA [~] CMPI [~] CMPM [ ]
|