pulley_interpreter::encode

Function vshri64x2_u

Source
pub fn vshri64x2_u<E>(
    into: &mut E,
    operands: impl Into<BinaryOperands<VReg, VReg, XReg>>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

dst = src1 >> src2 (unsigned)