pulley_interpreter::encode

Function vqmulrsi16x8

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

dst = signed_saturate(src1 * src2 + (1 << (Q - 1)) >> Q)