emit_alu_r64
emit_alu_r64(ctx, dst, src, BPF_OP(code));
emit_alu_r64(ctx, dst, MIPS_R_T4, BPF_OP(code));
emit_alu_r64(ctx, dst, src, BPF_OP(code));
emit_alu_r64(dst, src, ctx, BPF_OP(code));
emit_alu_r64(dst, tmp2, ctx, BPF_OP(code));
emit_alu_r64(dst, src, ctx, BPF_OP(code));
emit_alu_r64(dst, tmp2, ctx, BPF_OP(code));