[−][src]Function core::arch::aarch64::__smultb
pub unsafe fn __smultb(a: int16x2_t, b: int16x2_t) -> i32
This is supported on AArch64 only.
Insert a SMULTB instruction
Returns the equivalent of a[0] * b[1] where [0] is the lower 16 bits and [1] is the upper 16 bits.