Lines Matching defs:src1w
1440 sljit_s32 src1, sljit_sw src1w,
1446 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
1448 ADJUST_LOCAL_OFFSET(src1, src1w);
1469 if (getput_arg_fast(compiler, mem_flags, TMP_REG1, src1, src1w))
1482 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
1483 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, src1, src1w));
1484 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG1, src1, src1w, dst, dstw));
1487 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG1, src1, src1w, src2, src2w));
1492 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG1, src1, src1w, dst, dstw));
1504 src1w = src1;
1510 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src1w, src2w);
1663 sljit_s32 src1, sljit_sw src1w,
1670 emit_fop_mem(compiler, mem_flags, TMP_FREG1, src1, src1w);
1731 sljit_s32 src1, sljit_sw src1w,
1738 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
1740 ADJUST_LOCAL_OFFSET(src1, src1w);
1748 emit_fop_mem(compiler, mem_flags, TMP_FREG1, src1, src1w);