Function core::arch::arm::dsp::__smulbt [−][src]
This is supported on ARM and (target feature
v5te and non-target feature mclass, or target features mclass and dsp, or doc) only.Expand description
Insert a SMULTB instruction
Returns the equivalent of a[1] * b[0] where [0] is the lower 16 bits and [1] is the upper 16 bits.