28.2.57 __builtin_muluu_32
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.dError Messages
None.
