pulley_interpreter::encode

Function 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 }