28.2.50 __builtin_mulss_16
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.wError Messages
None.
