Searched refs:CMPI (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 1155 static unsigned getPredicateToDecImm(MachineInstr *BI, MachineInstr *CMPI) { in getPredicateToDecImm() argument 1156 uint64_t Imm = CMPI->getOperand(2).getImm(); in getPredicateToDecImm() 1157 bool SignedCmp = isSignedCmpOp(CMPI->getOpcode()); in getPredicateToDecImm() 1174 static unsigned getPredicateToIncImm(MachineInstr *BI, MachineInstr *CMPI) { in getPredicateToIncImm() argument 1175 uint64_t Imm = CMPI->getOperand(2).getImm(); in getPredicateToIncImm() 1176 bool SignedCmp = isSignedCmpOp(CMPI->getOpcode()); in getPredicateToIncImm() 1245 MachineInstr *CMPI = MRI->getVRegDef(CndReg); in eligibleForCompareElimination() local 1247 if (CMPI->getParent() != &BB) in eligibleForCompareElimination() 1251 for (MachineOperand &MO : CMPI->operands()) in eligibleForCompareElimination() 1303 MachineInstr *CMPI = MRI->getVRegDef(BI->getOperand(1).getReg()); in eligibleForCompareElimination() local [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-i960.c | 204 #define CMPI 0x5a002080 macro 1977 { CMPI, BNO }, /* 0x38 - cmpibno */ 1978 { CMPI, BG }, /* 0x39 - cmpibg */ 1979 { CMPI, BE }, /* 0x3a - cmpibe */ 1980 { CMPI, BGE }, /* 0x3b - cmpibge */ 1981 { CMPI, BL }, /* 0x3c - cmpibl */ 1982 { CMPI, BNE }, /* 0x3d - cmpibne */ 1983 { CMPI, BLE }, /* 0x3e - cmpible */ 1984 { CMPI, BO }, /* 0x3f - cmpibo */
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-i960.c | 285 #define CMPI 0x5a002080 macro 2432 { CMPI, BNO }, /* 0x38 - cmpibno */ 2433 { CMPI, BG }, /* 0x39 - cmpibg */ 2434 { CMPI, BE }, /* 0x3a - cmpibe */ 2435 { CMPI, BGE }, /* 0x3b - cmpibge */ 2436 { CMPI, BL }, /* 0x3c - cmpibl */ 2437 { CMPI, BNE }, /* 0x3d - cmpibne */ 2438 { CMPI, BLE }, /* 0x3e - cmpible */ 2439 { CMPI, BO }, /* 0x3f - cmpibo */
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 27 CMPI, // Compare between two signed integer values. enumerator
|
| H A D | VEISelLowering.cpp | 936 TARGET_NODE_CASE(CMPI) in getTargetNodeName() 2744 return isSignedIntSetCC(CC) ? VEISD::CMPI : VEISD::CMPU; in decideComp() 2923 case VEISD::CMPI: in isI32Insn()
|
| H A D | VEInstrInfo.td | 450 def cmpi : SDNode<"VEISD::CMPI", SDTIntBinOp>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.td | 700 // Format: CMPI rx, immediate MIPS16e 709 // Format: CMPI rx, immediate MIPS16e
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kInstrArithmetic.td | 16 /// CLR [ ] CMP [~] CMPA [~] CMPI [~] CMPM [ ]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/ |
| H A D | c4x.md | 3118 ; CMPI
|
| /openbsd-src/gnu/gcc/gcc/config/c4x/ |
| H A D | c4x.md | 3111 ; CMPI
|