Lines Matching refs:src2w
1639 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2() argument
1644 CHECK(check_sljit_emit_op2(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1647 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_op2()
1668 emit_op_mem(compiler, WORD_SIZE, src2_reg, src2, src2w, src2_reg); in sljit_emit_op2()
1669 src2w = src2_reg; in sljit_emit_op2()
1672 src2w = src2; in sljit_emit_op2()
1674 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_reg, (sljit_uw)src1w, (sljit_uw)src2w); in sljit_emit_op2()
1683 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2u() argument
1686 CHECK(check_sljit_emit_op2(compiler, op, 1, 0, 0, src1, src1w, src2, src2w)); in sljit_emit_op2u()
1692 return sljit_emit_op2(compiler, op, TMP_REG1, 0, src1, src1w, src2, src2w); in sljit_emit_op2u()
1848 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp() argument
1858 emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, TMP_FREG2, src2, src2w); in sljit_emit_fop1_cmp()
1916 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2() argument
1921 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
1924 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_fop2()
1934 emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, TMP_FREG2, src2, src2w); in sljit_emit_fop2()