Searched refs:CMPI (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCMIPeephole.cpp | 1027 static unsigned getPredicateToDecImm(MachineInstr *BI, MachineInstr *CMPI) { in getPredicateToDecImm() argument 1028 uint64_t Imm = CMPI->getOperand(2).getImm(); in getPredicateToDecImm() 1029 bool SignedCmp = isSignedCmpOp(CMPI->getOpcode()); in getPredicateToDecImm() 1046 static unsigned getPredicateToIncImm(MachineInstr *BI, MachineInstr *CMPI) { in getPredicateToIncImm() argument 1047 uint64_t Imm = CMPI->getOperand(2).getImm(); in getPredicateToIncImm() 1048 bool SignedCmp = isSignedCmpOp(CMPI->getOpcode()); in getPredicateToIncImm() 1117 MachineInstr *CMPI = MRI->getVRegDef(CndReg); in eligibleForCompareElimination() local 1119 if (CMPI->getParent() != &BB) in eligibleForCompareElimination() 1123 for (MachineOperand &MO : CMPI->operands()) in eligibleForCompareElimination() 1175 MachineInstr *CMPI = MRI->getVRegDef(BI->getOperand(1).getReg()); in eligibleForCompareElimination() local [all …]
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.cpp | 677 #define CMPI(op, swap, inv) \ in get_cmp_info() macro 684 CMPI(lt, gt, ge) in get_cmp_info() 685 CMPI(eq, eq, lg) in get_cmp_info() 686 CMPI(le, ge, gt) in get_cmp_info() 687 CMPI(gt, lt, le) in get_cmp_info() 688 CMPI(lg, lg, eq) in get_cmp_info() 689 CMPI(ge, le, lt) in get_cmp_info() 690 #undef CMPI in get_cmp_info()
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativePPC_64.c | 247 return push_inst(compiler, CMPI | A(dst) | 0); in emit_single_op() 276 …FAIL_IF(push_inst(compiler, CMPI | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler-… in emit_single_op()
|
D | sljitNativePPC_32.c | 143 FAIL_IF(push_inst(compiler, CMPI | CRD(0) | A(src1) | compiler->imm)); in emit_single_op()
|
D | sljitNativeARM_T2_32.c | 124 #define CMPI 0x2800 macro 668 return push_inst16(compiler, CMPI | IMM8(imm) | RDN3(reg)); in emit_op_imm()
|
D | sljitNativePPC_common.c | 156 #define CMPI (HI(11)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 699 // Format: CMPI rx, immediate MIPS16e 708 // Format: CMPI rx, immediate MIPS16e
|