Home | History | Annotate | Download | only in sljit

Lines Matching refs:src2w

1433 	sljit_s32 src2, sljit_sw src2w)
1438 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
1441 ADJUST_LOCAL_OFFSET(src2, src2w);
1467 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src2, src2w))
1474 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
1475 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, src1, src1w));
1479 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG1, src1, src1w, src2, src2w));
1480 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, dst, dstw));
1486 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, dst, dstw));
1500 src2w = src2;
1502 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src1w, src2w);
1656 sljit_s32 src2, sljit_sw src2w)
1667 emit_fop_mem(compiler, mem_flags, TMP_FREG2, src2, src2w);
1724 sljit_s32 src2, sljit_sw src2w)
1730 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
1733 ADJUST_LOCAL_OFFSET(src2, src2w);
1744 emit_fop_mem(compiler, mem_flags, TMP_FREG2, src2, src2w);