comes close with `divdeu`, by placing the dividend in the upper half
of a 128-bit computation, the lower half is zero. Again Power ISA
has a Packed SIMD instruction `vdivuq` which is a 128/128
-(quad) divide, not a 128/64. Some investigation into
+(quad) divide, not a 128/64, and its use would require considerable
+effort to move registers to and from GPRs. Some investigation into
soft-implementations of 128/128 or 128/64 divide show it to be typically
implemented bit-wise, with all that implies.