Hi,
Is there an instruction that does 16bit by 16bit multiplication and then takes the MSBs of the 32 bit result as its output?
Also is there an equivalent to ARM's
SMLAWy{cond} 32 x 16 + 32 → 32 Signed MAC wide
And is a 32-by-16 multiplication faster than SP float multiplication?
Thanks