Function core::arch::arm::__smulbt [−][src]
pub unsafe fn __smulbt(a: int16x2_t, b: int16x2_t) -> i32
This is supported on ARM only.
Expand description
插入 SMULTB 指令
返回 a[1] * b[0] 的等效项,其中 [0] 是低 16 位,而 [1] 是高 16 位。
pub unsafe fn __smulbt(a: int16x2_t, b: int16x2_t) -> i32
插入 SMULTB 指令
返回 a[1] * b[0] 的等效项,其中 [0] 是低 16 位,而 [1] 是高 16 位。