Lines Matching refs:src2w
1045 sljit_s32 src2, sljit_sw src2w);
1772 sljit_s32 src2, sljit_sw src2w) in emit_op() argument
1816 src2_reg = (sljit_s32)get_imm((sljit_uw)src2w); in emit_op()
1820 src2_reg = (sljit_s32)get_imm(~(sljit_uw)src2w); in emit_op()
1827 src2_reg = (sljit_s32)get_imm((sljit_uw)-src2w); in emit_op()
1840 src1w = src2w; in emit_op()
1848 src1w = src2w; in emit_op()
1857 src1w = src2w; in emit_op()
1900 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, src2_reg, src2, src2w, TMP_REG2)); in emit_op()
1902 FAIL_IF(load_immediate(compiler, src2_reg, (sljit_uw)src2w)); in emit_op()
2046 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2() argument
2049 CHECK(check_sljit_emit_op2(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
2052 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_op2()
2059 return emit_op(compiler, op, ALLOW_IMM | ALLOW_NEG_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2063 return emit_op(compiler, op, ALLOW_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2066 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2069 return emit_op(compiler, op, ALLOW_ANY_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2075 compiler->shift_imm = src2w & 0x1f; in sljit_emit_op2()
2080 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2089 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2u() argument
2092 CHECK(check_sljit_emit_op2(compiler, op, 1, 0, 0, src1, src1w, src2, src2w)); in sljit_emit_op2u()
2098 return sljit_emit_op2(compiler, op, TMP_REG2, 0, src1, src1w, src2, src2w); in sljit_emit_op2u()
2257 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp() argument
2267 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, TMP_FREG2, src2, src2w)); in sljit_emit_fop1_cmp()
2325 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2() argument
2330 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
2333 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_fop2()
2340 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, TMP_FREG2, src2, src2w)); in sljit_emit_fop2()