Lines Matching refs:dst_reg

1128 	sljit_s32 dst_reg,
1338 sljit_s32 dst_reg, in emit_cmov_generic() argument
1352 EMIT_MOV(compiler, dst_reg, 0, src, srcw); in emit_cmov_generic()
2739 sljit_s32 dst_reg, argument
2747 CHECK(check_sljit_emit_op2r(compiler, op, dst_reg, src1, src1w, src2, src2w));
2751 CHECK_EXTRA_REGS(dst_reg, dstw, (void)0);
2761 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst_reg, dstw);
2771 sljit_s32 dst_reg, argument
2788 CHECK(check_sljit_emit_shift_into(compiler, op, dst_reg, src1_reg, src2_reg, src3, src3w));
2791 CHECK_EXTRA_REGS(dst_reg, dstw, (void)0);
2816 return emit_shift(compiler, is_left ? ROL : ROR, dst_reg, dstw, src1_reg, src1w, src3, src3w);
2825 …if (dst_reg == SLJIT_PREF_SHIFT_REG && src3 != SLJIT_IMM && (src3 != SLJIT_PREF_SHIFT_REG || src1_…
2864 if (dst_reg != src1_reg) {
2865 if (dst_reg != src3) {
2866 EMIT_MOV(compiler, dst_reg, 0, src1_reg, src1w);
2867 src1_reg = dst_reg;
2873 if (dst_reg & SLJIT_MEM) {
2888 } else if (dst_reg != src1_reg) {
2889 if (dst_reg != src3) {
2890 EMIT_MOV(compiler, dst_reg, 0, src1_reg, src1w);
2891 src1_reg = dst_reg;
2919 EMIT_MOV(compiler, dst_reg, 0, src1_reg, src1w);
2920 src1_reg = dst_reg;
2943 if (src1_reg != dst_reg) {
2945 return emit_mov(compiler, dst_reg, dstw, src1_reg, 0);
2951 if (src1_reg != dst_reg)
2952 EMIT_MOV(compiler, dst_reg, dstw, src1_reg, 0);
4757 sljit_s32 dst_reg, argument
4761 CHECK(check_sljit_emit_atomic_load(compiler, op, dst_reg, mem_reg));
4764 return sljit_emit_op1(compiler, op, dst_reg, 0, SLJIT_MEM1(mem_reg), 0);