AI Engine-ML Intrinsics User Guide
(v2023.2)
|
Fixed-point 256-bit vector to 512-bit accumulator conversions | |
v8acc64 | lups (v8int32 a, int shft) |
v8acc64 | lups (v8uint32 a, int shft) |
v16acc32 | sups (v16int16 a, int shft) |
v16acc32 | sups (v16uint16 a, int shft) |
v4cacc64 | lups (v4cint32 a, int shft) |
Fixed-point 256-bit vector to 512-bit accumulator conversions with dynamic sign | |
shft parameter is in the range of 0 to 63 sign parameter is the sign for the UPS conversion | |
v8acc64 | lups (v8int32 a, int shft, int sign) |
v8acc64 | lups (v8uint32 a, int shft, int sign) |
v16acc32 | sups (v16int16 a, int shft, int sign) |
v16acc32 | sups (v16uint16 a, int shft, int sign) |
v4cacc64 | lups (v4cint32 a, int shft, int sign) |
Fixed-point 256-bit vector to 1024-bit accumulator conversions | |
v32acc32 | sups (v32int8 a, int shft) |
v32acc32 | sups (v32uint8 a, int shft) |
v16acc64 | lups (v16int16 a, int shft) |
v16acc64 | lups (v16uint16 a, int shft) |
v8cacc64 | lups (v8cint16 a, int shft) |
Fixed-point 256-bit vector to 1024-bit accumulator conversions with dynamic sign | |
shft parameter is in the range of 0 to 63 sign parameter is the sign for the UPS conversion | |
v32acc32 | sups (v32int8 a, int shft, int sign) |
v32acc32 | sups (v32uint8 a, int shft, int sign) |
v16acc64 | lups (v16int16 a, int shft, int sign) |
v16acc64 | lups (v16uint16 a, int shft, int sign) |
v8cacc64 | lups (v8cint16 a, int shft, int sign) |
Fixed-point 512-bit vector to 1024-bit accumulator conversions | |
v16acc64 | lups (v16int32 a, int shft) |
v16acc64 | lups (v16uint32 a, int shft) |
v32acc32 | sups (v32int16 a, int shft) |
v32acc32 | sups (v32uint16 a, int shft) |
v8cacc64 | lups (v8cint32 a, int shft) |
Fixed-point 512-bit vector to 1024-bit accumulator conversions with dynamic sign | |
shft parameter is in the range of 0 to 63 sign parameter is the sign for the UPS conversion | |
v16acc64 | lups (v16int32 a, int shft, int sign) |
v16acc64 | lups (v16uint32 a, int shft, int sign) |
v32acc32 | sups (v32int16 a, int shft, int sign) |
v32acc32 | sups (v32uint16 a, int shft, int sign) |
v8cacc64 | lups (v8cint32 a, int shft, int sign) |