PPC_RAW_DIVDU
EMIT(PPC_RAW_DIVDU(tmp1_reg, dst_reg, src_reg));
EMIT(PPC_RAW_DIVDU(dst_reg, dst_reg, src_reg));
EMIT(PPC_RAW_DIVDU(tmp2_reg, dst_reg, tmp1_reg));
EMIT(PPC_RAW_DIVDU(dst_reg, dst_reg, tmp1_reg));