28.2.104 __builtin_muluu_32

Architecture

dsPIC33A

Description

Widening 32-bit unsigned multiply. An explicit version of the function __builtin_muluu.

Prototype:

uint64_t __builtin_muluu_32(uint32_t x, uint32_t y);

Arguments

x  - left hand side of the multiply

y  - right hand side of the multiply

Return Value

Returns a full 64-bit result of x*y.

Machine Instruction

muluu.d

Error Messages

None.