Searched refs:EXTSW (Results 1 – 2 of 2) sorted by relevance
125 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \132 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \136 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \143 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \165 return push_inst(compiler, EXTSW | S(src2) | A(dst)); in emit_single_op()
167 #define EXTSW (HI(31) | LO(986)) macro1974 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1))); in sljit_emit_fop1_conv_f64_from_sw()
Completed in 18 milliseconds