Lines Matching refs:src1w

1044 	sljit_s32 src1, sljit_sw src1w,
1771 sljit_s32 src1, sljit_sw src1w, in emit_op() argument
1836 src2_reg = (sljit_s32)get_imm((sljit_uw)src1w); in emit_op()
1840 src1w = src2w; in emit_op()
1844 src2_reg = (sljit_s32)get_imm(~(sljit_uw)src1w); in emit_op()
1848 src1w = src2w; in emit_op()
1854 src2_reg = (sljit_s32)get_imm((sljit_uw)-src1w); in emit_op()
1857 src1w = src2w; in emit_op()
1869 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op()
1873 FAIL_IF(load_immediate(compiler, TMP_REG1, (sljit_uw)src1w)); in emit_op()
2045 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
2049 CHECK(check_sljit_emit_op2(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
2051 ADJUST_LOCAL_OFFSET(src1, src1w); 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()
2076 return emit_op(compiler, op, 0, dst, dstw, TMP_REG1, 0, src1, src1w); in sljit_emit_op2()
2080 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2088 sljit_s32 src1, sljit_sw src1w, 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()
2256 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp() argument
2262 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, TMP_FREG1, src1, src1w)); in sljit_emit_fop1_cmp()
2324 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2() argument
2330 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
2332 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_fop2()
2345 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, TMP_FREG1, src1, src1w)); in sljit_emit_fop2()