Lines Matching refs:src2w
1229 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2() argument
1234 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1237 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_op2()
1260 FAIL_IF(emit_op_mem(compiler, mem_flags, TMP_REG2, src2, src2w, TMP_REG2)); in sljit_emit_op2()
1272 src2w = src2; in sljit_emit_op2()
1274 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src1w, src2w); in sljit_emit_op2()
1408 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp() argument
1419 emit_fop_mem(compiler, mem_flags, TMP_FREG2, src2, src2w); in sljit_emit_fop1_cmp()
1474 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2() argument
1480 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
1483 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_fop2()
1491 emit_fop_mem(compiler, mem_flags, TMP_FREG2, src2, src2w); in sljit_emit_fop2()