Function pulley_interpreter::encode::xpop32_many
source ยท pub fn xpop32_many<E>(into: &mut E, dsts: impl Into<RegSet<XReg>>)
Available on crate feature
encode
only.Expand description
for dst in dsts.rev() { xpop32 dst }