Lines Matching refs:src1w

939 	sljit_s32 src1, sljit_sw src1w,
1468 sljit_s32 src1, sljit_sw src1w, in emit_op() argument
1521 src2_reg = get_imm(src1w); in emit_op()
1525 src1w = src2w; in emit_op()
1529 src2_reg = get_imm(~src1w); in emit_op()
1533 src1w = src2w; in emit_op()
1538 src2_reg = get_imm(-src1w); in emit_op()
1542 src1w = src2w; in emit_op()
1554 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op()
1558 FAIL_IF(load_immediate(compiler, TMP_REG1, src1w)); in emit_op()
1739 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
1743 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1745 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
1758 return emit_op(compiler, op, ALLOW_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1761 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1764 return emit_op(compiler, op, ALLOW_ANY_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1771 return emit_op(compiler, op, 0, dst, dstw, TMP_REG1, 0, src1, src1w); in sljit_emit_op2()
1775 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1939 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp() argument
1945 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w)); in sljit_emit_fop1_cmp()
2007 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2() argument
2013 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
2015 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_fop2()
2028 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w)); in sljit_emit_fop2()