Lines Matching refs:src1w
903 sljit_s32 src1, sljit_sw src1w,
1432 sljit_s32 src1, sljit_sw src1w, in emit_op() argument
1485 src2_reg = get_imm(src1w); in emit_op()
1489 src1w = src2w; in emit_op()
1493 src2_reg = get_imm(~src1w); in emit_op()
1497 src1w = src2w; in emit_op()
1502 src2_reg = get_imm(-src1w); in emit_op()
1506 src1w = src2w; in emit_op()
1518 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op()
1522 FAIL_IF(load_immediate(compiler, TMP_REG1, src1w)); in emit_op()
1708 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
1712 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1714 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
1727 return emit_op(compiler, op, ALLOW_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1730 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1733 return emit_op(compiler, op, ALLOW_ANY_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1740 return emit_op(compiler, op, 0, dst, dstw, TMP_REG1, 0, src1, src1w); in sljit_emit_op2()
1744 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1874 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp() argument
1880 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w)); in sljit_emit_fop1_cmp()
1942 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2() argument
1948 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
1950 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_fop2()
1963 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w)); in sljit_emit_fop2()