Lines Matching refs:move
180 emit(ctx, move, hi(dst), MIPS_R_ZERO); in emit_mov_se_i64()
188 emit(ctx, move, hi(dst), MIPS_R_ZERO); in emit_zext_ver()
252 emit(ctx, move, hi(dst), MIPS_R_ZERO); in emit_alu_i64()
334 emit(ctx, move, lo(dst), MIPS_R_ZERO); in emit_shift_i64()
346 emit(ctx, move, hi(dst), MIPS_R_ZERO); in emit_shift_i64()
381 emit(ctx, move, lo(dst), MIPS_R_ZERO); /* dl = 0 */ in emit_shift_r64()
394 emit(ctx, move, hi(dst), MIPS_R_ZERO); /* dh = 0 */ in emit_shift_r64()
540 emit(ctx, move, MIPS_R_T9, src[k]); in emit_divmod_r64()
541 emit(ctx, move, r1[k], dst[k]); in emit_divmod_r64()
542 emit(ctx, move, r2[k], MIPS_R_T9); in emit_divmod_r64()
561 emit(ctx, move, dst[0], r0[0]); in emit_divmod_r64()
562 emit(ctx, move, dst[1], r0[1]); in emit_divmod_r64()
614 emit(ctx, move, hi(dst), tmp); in emit_bswap_r64()
627 emit(ctx, move, hi(dst), MIPS_R_ZERO); in emit_bswap_r64()
641 emit(ctx, move, hi(dst), MIPS_R_ZERO); in emit_trunc_r64()
646 emit(ctx, move, hi(dst), MIPS_R_ZERO); in emit_trunc_r64()
661 emit(ctx, move, hi(dst), MIPS_R_ZERO); in emit_ldx()
666 emit(ctx, move, hi(dst), MIPS_R_ZERO); in emit_ldx()
671 emit(ctx, move, hi(dst), MIPS_R_ZERO); in emit_ldx()
727 emit(ctx, move, MIPS_R_T9, dst); in emit_atomic_r32()
729 emit(ctx, move, MIPS_R_A1, src); in emit_atomic_r32()
732 emit(ctx, move, MIPS_R_A0, src); in emit_atomic_r32()
778 emit(ctx, move, src, MIPS_R_V0); in emit_atomic_r32()
812 emit(ctx, move, MIPS_R_T9, dst); in emit_atomic_r64()
813 emit(ctx, move, r1[0], src[0]); in emit_atomic_r64()
814 emit(ctx, move, r1[1], src[1]); in emit_atomic_r64()
859 emit(ctx, move, lo(src), lo(r0)); in emit_atomic_r64()
860 emit(ctx, move, hi(src), hi(r0)); in emit_atomic_r64()
886 emit(ctx, move, MIPS_R_T8, src); in emit_cmpxchg_r32()
887 emit(ctx, move, MIPS_R_A1, lo(r0)); in emit_cmpxchg_r32()
888 emit(ctx, move, MIPS_R_A0, MIPS_R_T9); in emit_cmpxchg_r32()
889 emit(ctx, move, MIPS_R_A2, MIPS_R_T8); in emit_cmpxchg_r32()
897 emit(ctx, move, lo(r0), MIPS_R_V0); in emit_cmpxchg_r32()
925 emit(ctx, move, r2[0], r0[0]); in emit_cmpxchg_r64()
926 emit(ctx, move, r2[1], r0[1]); in emit_cmpxchg_r64()
927 emit(ctx, move, MIPS_R_A0, MIPS_R_T9); in emit_cmpxchg_r64()
1401 emit(ctx, move, lo(r1), MIPS_R_A0); in build_prologue()
1407 emit(ctx, move, hi(r1), MIPS_R_ZERO); in build_prologue()
1454 emit(ctx, move, MIPS_R_V0, MIPS_R_V1); in build_epilogue()