Searched refs:CMPI (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCMIPeephole.cpp | 814 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() 833 static unsigned getPredicateToIncImm(MachineInstr *BI, MachineInstr *CMPI) { in getPredicateToIncImm() argument 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 [all …]
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 159 return push_inst(compiler, CMPI | CRD(0) | A(src1) | compiler->imm); in emit_single_op()
|
D | sljitNativePPC_64.c | 306 …return push_inst(compiler, CMPI | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler->… in emit_single_op()
|
D | sljitNativeARM_T2_32.c | 121 #define CMPI 0x2800 macro 632 return push_inst16(compiler, CMPI | IMM8(imm) | RDN3(reg)); in emit_op_imm()
|
D | sljitNativePPC_common.c | 156 #define CMPI (HI(11)) macro
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 1189 case CMPI: { in InstructionDecode()
|
D | assembler-ppc.cc | 384 return ((instr & kOpcodeMask) == CMPI); in IsCmpImmediate() 963 emit(CMPI | cr.code() * B23 | L * B21 | src1.code() * B16 | imm16); in cmpi() 995 emit(CMPI | cr.code() * B23 | L * B21 | src1.code() * B16 | imm16); in cmpwi()
|
D | constants-ppc.h | 1730 V(cmpi, CMPI, 0x2C000000) \
|
D | simulator-ppc.cc | 1677 case CMPI: { in ExecuteGeneric()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 702 // Format: CMPI rx, immediate MIPS16e 711 // Format: CMPI rx, immediate MIPS16e
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 702 // Format: CMPI rx, immediate MIPS16e 711 // Format: CMPI rx, immediate MIPS16e
|