28.2.103 __builtin_muluu_16

Architecture

dsPIC33A

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.w

Error Messages

None.