SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumint64x2_t[__arm_]vqdmulltq[_s32](int32x4_t a, int32x4_t b)Vector arithmetic / Multiply / Saturating multiply
Description
Performs an element-wise integer multiplication of two single-width source operand elements. These are selected from either the top half (T variant) or bottom half (B variant) of double-width source vector register elements or the lower single-width portion of the general-purpose register. The product of the multiplication is doubled and saturated to produce a double-width product that is written back to the destination vector register.
Results
Qd result
This intrinsic compiles to the following instructions:

VQDMULLT.S32 Qd,Qn,Qm

Argument Preparation
a register: Qnb register: Qm
Architectures
MVE