pub fn xpop32_many<E>(into: &mut E, dsts: impl Into<RegSet<XReg>>)where E: Extend<u8>,
encode
for dst in dsts.rev() { xpop32 dst }