Method mulhi_epi16
mulhi_epi16(v128, v128)
Multiply the packed 16-bit integers in "a" and "b", producing intermediate 32-bit integers, and store the high 16 bits of the intermediate integers in "dst".
Declaration
public static v128 mulhi_epi16(v128 a, v128 b)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
v128 | b | Vector b |
Returns
Type | Description |
---|---|
v128 | Vector |