28.2.56 __builtin_muluu_16
Description
Widening 16-bit unsigned multiply.
Prototype:
int32_t __builtin_muluu_16(int16_t x, int16_t y);Arguments
x - left hand side of the multiply
y - right hand side of the multiply
Return Value
Returns a full 32-bit result of
x*y.
Machine Instruction
muluu.wError Messages
None.
