Select vector G_SDIV, G_SREM, G_UDIV and G_UREM for MIPS32 with MSA. We
have to set bank for vector operands to fprb and selectImpl will do the
rest. builtin_msa_div_s_<format>, builtin_msa_mod_s_<format>,
builtin_msa_div_u_<format> and builtin_msa_mod_u_<format> will be
transformed into G_SDIV, G_SREM, G_UDIV and G_UREM in legalizeIntrinsic
respectively and selected in the same way.
Details
Details
Diff Detail
Diff Detail