Simple Integer Vector Arithmetic Operations.
|
| v16int32 | abs16 (v16int32 xbuff) |
| | Lane by lane 32-bit absolute value computation. More...
|
| |
| v32int16 | abs32 (v32int16 xbuff) |
| | Lane by lane 16-bit absolute value computation. More...
|
| |
| v16int32 | add16 (v16int32 xbuff, v16int32 ybuff) |
| | Lane by lane 32-bit real addition. More...
|
| |
| v32int16 | add32 (v32int16 xbuff, v32int16 ybuff) |
| | Lane by lane 16-bit real addition. More...
|
| |
| v16int32 | sub16 (v16int32 xbuff, v16int32 ybuff) |
| | Lane by lane 32-bit real subtraction. More...
|
| |
| v32int16 | sub32 (v32int16 xbuff, v32int16 ybuff) |
| | Lane by lane 16-bit real subtraction. More...
|
| |
|
| v16acc48 | operator+ (v16acc48 a, v16int16 b) |
| | Lane by lane addition. More...
|
| |
| v8acc48 | operator+ (v8acc48 a, v8int16 b) |
| | Lane by lane addition. More...
|
| |
| v8int16 | operator+ (v8int16 a, v8int16 b) |
| | Lane by lane addition. More...
|
| |
| v16int16 | operator+ (v16int16 a, v16int16 b) |
| | Lane by lane addition. More...
|
| |
| v8cacc48 | operator+ (v8cacc48 a, v8cint16 b) |
| | Lane by lane addition. More...
|
| |
| v4cacc48 | operator+ (v4cacc48 a, v4cint16 b) |
| | Lane by lane addition. More...
|
| |
| v8cint16 | operator+ (v8cint16 a, v8cint16 b) |
| | Lane by lane addition. More...
|
| |
| v4cint16 | operator+ (v4cint16 a, v4cint16 b) |
| | Lane by lane addition. More...
|
| |
| v8acc80 | operator+ (v8acc80 a, v8int32 b) |
| | Lane by lane addition. More...
|
| |
| v4acc80 | operator+ (v4acc80 a, v4int32 b) |
| | Lane by lane addition. More...
|
| |
| v4int32 | operator+ (v4int32 a, v4int32 b) |
| | Lane by lane addition. More...
|
| |
| v8int32 | operator+ (v8int32 a, v8int32 b) |
| | Lane by lane addition. More...
|
| |
| v4cacc80 | operator+ (v4cacc80 a, v4cint32 b) |
| | Lane by lane addition. More...
|
| |
| v4cint32 | operator+ (v4cint32 a, v4cint32 b) |
| | Lane by lane addition. More...
|
| |
| v2cacc80 | operator+ (v2cacc80 a, v2cint32 b) |
| | Lane by lane addition. More...
|
| |
| v2cint32 | operator+ (v2cint32 a, v2cint32 b) |
| | Lane by lane addition. More...
|
| |
|
| v16acc48 | operator- (v16acc48 a, v16int16 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v8acc48 | operator- (v8acc48 a, v8int16 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v8int16 | operator- (v8int16 a, v8int16 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v16int16 | operator- (v16int16 a, v16int16 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v8cacc48 | operator- (v8cacc48 a, v8cint16 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v4cacc48 | operator- (v4cacc48 a, v4cint16 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v8cint16 | operator- (v8cint16 a, v8cint16 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v4cint16 | operator- (v4cint16 a, v4cint16 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v8acc80 | operator- (v8acc80 a, v8int32 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v4acc80 | operator- (v4acc80 a, v4int32 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v4int32 | operator- (v4int32 a, v4int32 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v8int32 | operator- (v8int32 a, v8int32 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v4cacc80 | operator- (v4cacc80 a, v4cint32 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v4cint32 | operator- (v4cint32 a, v4cint32 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v2cacc80 | operator- (v2cacc80 a, v2cint32 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
| v2cint32 | operator- (v2cint32 a, v2cint32 b) |
| | Lane by lane subtraction. Output = a - b. More...
|
| |
|
| v16int16 | operator- (v16int16 a) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v8int16 | operator- (v8int16 a) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v8cint16 | operator- (v8cint16 a) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v4cint16 | operator- (v4cint16 a) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v8int32 | operator- (v8int32 a) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v4int32 | operator- (v4int32 a) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v4cint32 | operator- (v4cint32 a) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v2cint32 | operator- (v2cint32 a) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v32int16 | operator+ (v32int16 a, v32int16 b) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v32int16 | operator- (v32int16 a, v32int16 b) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v16int32 | operator+ (v16int32 a, v16int32 b) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v16int32 | operator- (v16int32 a, v16int32 b) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v16cint16 | operator+ (v16cint16 a, v16cint16 b) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v16cint16 | operator- (v16cint16 a, v16cint16 b) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v8cint32 | operator+ (v8cint32 a, v8cint32 b) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v8cint32 | operator- (v8cint32 a, v8cint32 b) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v64int8 | operator+ (v64int8 a, v64int8 b) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v64int8 | operator- (v64int8 a, v64int8 b) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v64uint8 | operator+ (v64uint8 a, v64uint8 b) |
| | Lane by lane unary minus (signal inversion) More...
|
| |
| v64uint8 | operator- (v64uint8 a, v64uint8 b) |
| | Lane by lane unary minus (signal inversion) More...
|
| |