• Home
  • Raw
  • Download

Lines Matching refs:src1w

1013 	sljit_s32 src1, sljit_sw src1w,
1542 sljit_s32 src1, sljit_sw src1w, in emit_op() argument
1595 src2_reg = get_imm(src1w); in emit_op()
1599 src1w = src2w; in emit_op()
1603 src2_reg = get_imm(~src1w); in emit_op()
1607 src1w = src2w; in emit_op()
1612 src2_reg = get_imm(-src1w); in emit_op()
1616 src1w = src2w; in emit_op()
1628 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op()
1632 FAIL_IF(load_immediate(compiler, TMP_REG1, src1w)); in emit_op()
1813 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
1817 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1819 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
1832 return emit_op(compiler, op, ALLOW_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1835 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1838 return emit_op(compiler, op, ALLOW_ANY_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1845 return emit_op(compiler, op, 0, dst, dstw, TMP_REG1, 0, src1, src1w); in sljit_emit_op2()
1849 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2013 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp() argument
2019 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w)); in sljit_emit_fop1_cmp()
2081 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2() argument
2087 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
2089 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_fop2()
2102 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w)); in sljit_emit_fop2()