Searched refs:CMPLI (Results 1 – 7 of 7) sorted by relevance
101 CMPLI = 10 << 26, // Compare Logical Immediate enumerator
1098 case CMPLI: { in InstructionDecode()
993 emit(CMPLI | cr.code() * B23 | L * B21 | src1.code() * B16 | uimm16); in cmpli()1045 emit(CMPLI | cr.code() * B23 | L * B21 | src1.code() * B16 | uimm16); in cmplwi()
3278 case CMPLI: { in ExecuteGeneric()
140 return push_inst(compiler, CMPLI | CRD(4) | A(src1) | compiler->imm); in emit_single_op()
262 …return push_inst(compiler, CMPLI | CRD(4 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler-… in emit_single_op()
151 #define CMPLI (HI(10)) macro