28.2.94 __builtin_mulss_16
Architecture
dsPIC33A
Description
Widening 16-bit signed multiply.
Prototype:
int32_t __builtin_mulss_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
mulss.w
Error Messages
None.