Searched refs:CMPI (Results 1 – 9 of 9) sorted by relevance
102 CMPI = 11 << 26, // Compare Immediate enumerator
1110 case CMPI: { in InstructionDecode()
339 return ((instr & kOpcodeMask) == CMPI); in IsCmpImmediate()979 emit(CMPI | cr.code() * B23 | L * B21 | src1.code() * B16 | imm16); in cmpi()1035 emit(CMPI | cr.code() * B23 | L * B21 | src1.code() * B16 | imm16); in cmpwi()
3316 case CMPI: { in ExecuteGeneric()
138 FAIL_IF(push_inst(compiler, CMPI | CRD(0) | A(src1) | compiler->imm)); in emit_single_op()
260 …FAIL_IF(push_inst(compiler, CMPI | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler-… in emit_single_op()
111 #define CMPI 0x2800 macro595 return push_inst16(compiler, CMPI | IMM8(imm) | RDN3(reg)); in emit_op_imm()725 return push_inst16(compiler, CMPI | RDN3(dst)); in emit_op_imm()
149 #define CMPI (HI(11)) macro
703 // Format: CMPI rx, immediate MIPS16e712 // Format: CMPI rx, immediate MIPS16e