Simple Integer Vector Arithmetic Operations.
|
| v16acc48 | operator+ (v16acc48 a, v16int16 b) |
| | Lane by lane addition.
|
| |
| v8acc48 | operator+ (v8acc48 a, v8int16 b) |
| | Lane by lane addition.
|
| |
| v8int16 | operator+ (v8int16 a, v8int16 b) |
| | Lane by lane addition.
|
| |
| v16int16 | operator+ (v16int16 a, v16int16 b) |
| | Lane by lane addition.
|
| |
| v8cacc48 | operator+ (v8cacc48 a, v8cint16 b) |
| | Lane by lane addition.
|
| |
| v4cacc48 | operator+ (v4cacc48 a, v4cint16 b) |
| | Lane by lane addition.
|
| |
| v8cint16 | operator+ (v8cint16 a, v8cint16 b) |
| | Lane by lane addition.
|
| |
| v4cint16 | operator+ (v4cint16 a, v4cint16 b) |
| | Lane by lane addition.
|
| |
| v8acc80 | operator+ (v8acc80 a, v8int32 b) |
| | Lane by lane addition.
|
| |
| v4acc80 | operator+ (v4acc80 a, v4int32 b) |
| | Lane by lane addition.
|
| |
| v4int32 | operator+ (v4int32 a, v4int32 b) |
| | Lane by lane addition.
|
| |
| v8int32 | operator+ (v8int32 a, v8int32 b) |
| | Lane by lane addition.
|
| |
| v4cacc80 | operator+ (v4cacc80 a, v4cint32 b) |
| | Lane by lane addition.
|
| |
| v4cint32 | operator+ (v4cint32 a, v4cint32 b) |
| | Lane by lane addition.
|
| |
| v2cacc80 | operator+ (v2cacc80 a, v2cint32 b) |
| | Lane by lane addition.
|
| |
| v2cint32 | operator+ (v2cint32 a, v2cint32 b) |
| | Lane by lane addition.
|
| |
|
| v16acc48 | operator- (v16acc48 a, v16int16 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v8acc48 | operator- (v8acc48 a, v8int16 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v8int16 | operator- (v8int16 a, v8int16 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v16int16 | operator- (v16int16 a, v16int16 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v8cacc48 | operator- (v8cacc48 a, v8cint16 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v4cacc48 | operator- (v4cacc48 a, v4cint16 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v8cint16 | operator- (v8cint16 a, v8cint16 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v4cint16 | operator- (v4cint16 a, v4cint16 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v8acc80 | operator- (v8acc80 a, v8int32 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v4acc80 | operator- (v4acc80 a, v4int32 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v4int32 | operator- (v4int32 a, v4int32 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v8int32 | operator- (v8int32 a, v8int32 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v4cacc80 | operator- (v4cacc80 a, v4cint32 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v4cint32 | operator- (v4cint32 a, v4cint32 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v2cacc80 | operator- (v2cacc80 a, v2cint32 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |
| v2cint32 | operator- (v2cint32 a, v2cint32 b) |
| | Lane by lane subtraction. Output = a - b.
|
| |