28.2.95 __builtin_mulss_32

Architecture

dsPIC33A

Description

Widening 32-bit signed multiply. An explicit version of the function __builtin_mulss.

Prototype:

int64_t __builtin_mulss_32(int32_t x, int32_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

mulss.d

Error Messages

None.