Function pulley_interpreter::encode::xpop32_many

source ยท
pub fn xpop32_many<E>(into: &mut E, dsts: impl Into<RegSet<XReg>>)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

for dst in dsts.rev() { xpop32 dst }