Lines Matching refs:FAST_IS_REG
1143 else if (FAST_IS_REG(dst)) { in emit_op()
1162 if (FAST_IS_REG(src1)) { in emit_op()
1178 if (FAST_IS_REG(src2)) { in emit_op()
1317 if (FAST_IS_REG(src) && src == dst) { in sljit_emit_op1()
1730 if (FAST_IS_REG(dst)) { in sljit_emit_fop1_convw_fromd()
1744 if (FAST_IS_REG(dst)) { in sljit_emit_fop1_convw_fromd()
1786 sljit_si dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_convd_fromw()
1795 if (FAST_IS_REG(src)) in sljit_emit_fop1_convd_fromw()
1802 if (FAST_IS_REG(src)) { in sljit_emit_fop1_convd_fromw()
1819 sljit_si dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_convd_fromw()
1827 else if (!FAST_IS_REG(src)) { in sljit_emit_fop1_convd_fromw()
1891 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
1943 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG2; in sljit_emit_fop2()
2022 if (FAST_IS_REG(dst)) in sljit_emit_fast_enter()
2036 if (FAST_IS_REG(src)) in sljit_emit_fast_return()
2172 if (FAST_IS_REG(src)) { in sljit_emit_ijump()
2231 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()