Searched refs:CMPI (Results 1 – 4 of 4) sorted by relevance
261 return push_inst(compiler, CMPI | A(dst) | 0); in emit_single_op()290 …FAIL_IF(push_inst(compiler, CMPI | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler-… in emit_single_op()637 FAIL_IF(push_inst(compiler, CMPI | CRD(0 | 1) | A(src) | 0)); in sljit_emit_fop1_conv_f64_from_uw()
154 FAIL_IF(push_inst(compiler, CMPI | CRD(0) | A(src1) | compiler->imm)); in emit_single_op()
159 #define CMPI (HI(11)) macro2360 FAIL_IF(push_inst(compiler, CMPI | CRD(0) | A(TMP_REG1) | 0)); in sljit_emit_fop2()2362 FAIL_IF(push_inst(compiler, CMPI | CRD(0 | ((op & SLJIT_32) ? 0 : 1)) | A(TMP_REG1) | 0)); in sljit_emit_fop2()
137 #define CMPI 0x2800 macro876 return push_inst16(compiler, CMPI | IMM8(imm) | RDN3(reg)); in emit_op_imm()
Completed in 30 milliseconds