Lines Matching refs:src2w

904 	sljit_s32 src2, sljit_sw src2w);
1433 sljit_s32 src2, sljit_sw src2w) in emit_op() argument
1458 src2_reg = get_imm(src2w); in emit_op()
1462 src2_reg = get_imm(~src2w); in emit_op()
1469 src2_reg = get_imm(-src2w); in emit_op()
1476 src2_reg = get_imm(-src2w); in emit_op()
1489 src1w = src2w; in emit_op()
1497 src1w = src2w; in emit_op()
1506 src1w = src2w; in emit_op()
1549 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, src2_reg, src2, src2w, TMP_REG2)); in emit_op()
1551 FAIL_IF(load_immediate(compiler, src2_reg, src2w)); in emit_op()
1709 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2() argument
1712 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1715 ADJUST_LOCAL_OFFSET(src2, src2w); 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()
1739 compiler->shift_imm = src2w & 0x1f; in sljit_emit_op2()
1744 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1875 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp() argument
1885 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG2, src2, src2w)); in sljit_emit_fop1_cmp()
1943 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2() argument
1948 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
1951 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_fop2()
1958 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG2, src2, src2w)); in sljit_emit_fop2()