Function __smulbt
pub unsafe fn __smulbt(a: i32, b: i32) -> i32
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.
__smulbtpub unsafe fn __smulbt(a: i32, b: i32) -> i32
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.