emit_mov_r
void emit_mov_r(struct jit_context *ctx, u8 dst, u8 src);
emit_mov_r(ctx, lo(dst), lo(src));
emit_mov_r(ctx, lo(dst), lo(src));
emit_mov_r(ctx, hi(dst), hi(src));
emit_mov_r(ctx, lo(dst), MIPS_R_ZERO);
emit_mov_r(ctx, hi(dst), MIPS_R_ZERO);
emit_mov_r(ctx, dst, src);
emit_mov_r(ctx, dst, src);
emit_mov_r(ctx, MIPS_R_T4, dst);
emit_mov_r(ctx, res, MIPS_R_T4);