AI Engine-ML Intrinsics User Guide (v2024.2)
|
Upshift of fixed-point 256-bit vector to 512-bit accumulator | |
shft parameter is in the range of 0 to 63 | |
v8acc64 | ups_to_v8acc64 (v8int32 a, int shft) |
v8acc64 | ups_to_v8acc64_conf (v8int32 a, int shft, crsat_t sat) |
v8acc64 | ups_to_v8acc64 (v8uint32 a, int shft) |
v8acc64 | ups_to_v8acc64_conf (v8uint32 a, int shft, crsat_t sat) |
v16acc32 | ups_to_v16acc32 (v16int16 a, int shft) |
v16acc32 | ups_to_v16acc32_conf (v16int16 a, int shft, crsat_t sat) |
v16acc32 | ups_to_v16acc32 (v16uint16 a, int shft) |
v16acc32 | ups_to_v16acc32_conf (v16uint16 a, int shft, crsat_t sat) |
v4cacc64 | ups_to_v4cacc64 (v4cint32 a, int shft) |
v4cacc64 | ups_to_v4cacc64_conf (v4cint32 a, int shft, crsat_t sat) |
Upshift of fixed-point 256-bit vector to 512-bit accumulator with dynamic sign | |
shft parameter is in the range of 0 to 63 sign parameter is the sign for the UPS conversion | |
v8acc64 | ups_to_v8acc64 (v8int32 a, int shft, int sign) |
v8acc64 | ups_to_v8acc64_conf (v8int32 a, int shft, int sign, crsat_t sat) |
v8acc64 | ups_to_v8acc64 (v8uint32 a, int shft, int sign) |
v8acc64 | ups_to_v8acc64_conf (v8uint32 a, int shft, int sign, crsat_t sat) |
v16acc32 | ups_to_v16acc32 (v16int16 a, int shft, int sign) |
v16acc32 | ups_to_v16acc32_conf (v16int16 a, int shft, int sign, crsat_t sat) |
v16acc32 | ups_to_v16acc32 (v16uint16 a, int shft, int sign) |
v16acc32 | ups_to_v16acc32_conf (v16uint16 a, int shft, int sign, crsat_t sat) |
v4cacc64 | ups_to_v4cacc64 (v4cint32 a, int shft, int sign) |
v4cacc64 | ups_to_v4cacc64_conf (v4cint32 a, int shft, int sign, crsat_t sat) |
Upshift of fixed-point 256-bit vector to 1024-bit accumulator | |
shft parameter is in the range of 0 to 63 | |
v32acc32 | ups_to_v32acc32 (v32int8 a, int shft) |
v32acc32 | ups_to_v32acc32_conf (v32int8 a, int shft, crsat_t sat) |
v32acc32 | ups_to_v32acc32 (v32uint8 a, int shft) |
v32acc32 | ups_to_v32acc32_conf (v32uint8 a, int shft, crsat_t sat) |
v16acc64 | ups_to_v16acc64 (v16int16 a, int shft) |
v16acc64 | ups_to_v16acc64_conf (v16int16 a, int shft, crsat_t sat) |
v16acc64 | ups_to_v16acc64 (v16uint16 a, int shft) |
v16acc64 | ups_to_v16acc64_conf (v16uint16 a, int shft, crsat_t sat) |
v8cacc64 | ups_to_v8cacc64 (v8cint16 a, int shft) |
v8cacc64 | ups_to_v8cacc64_conf (v8cint16 a, int shft, crsat_t sat) |
Upshift of fixed-point 256-bit vector to 1024-bit accumulator with dynamic sign | |
shft parameter is in the range of 0 to 63 sign parameter is the sign for the UPS conversion | |
v32acc32 | ups_to_v32acc32 (v32int8 a, int shft, int sign) |
v32acc32 | ups_to_v32acc32_conf (v32int8 a, int shft, int sign, crsat_t sat) |
v32acc32 | ups_to_v32acc32 (v32uint8 a, int shft, int sign) |
v32acc32 | ups_to_v32acc32_conf (v32uint8 a, int shft, int sign, crsat_t sat) |
v16acc64 | ups_to_v16acc64 (v16int16 a, int shft, int sign) |
v16acc64 | ups_to_v16acc64_conf (v16int16 a, int shft, int sign, crsat_t sat) |
v16acc64 | ups_to_v16acc64 (v16uint16 a, int shft, int sign) |
v16acc64 | ups_to_v16acc64_conf (v16uint16 a, int shft, int sign, crsat_t sat) |
v8cacc64 | ups_to_v8cacc64 (v8cint16 a, int shft, int sign) |
v8cacc64 | ups_to_v8cacc64_conf (v8cint16 a, int shft, int sign, crsat_t sat) |
Upshift of fixed-point 512-bit vector to 1024-bit accumulator | |
shft parameter is in the range of 0 to 63 | |
v8cacc64 | ups_to_v8cacc64 (v8cint32 a, int shft) |
v8cacc64 | ups_to_v8cacc64_conf (v8cint32 a, int shft, crsat_t sat) |
v16acc64 | ups_to_v16acc64 (v16int32 a, int shft) |
v16acc64 | ups_to_v16acc64_conf (v16int32 a, int shft, crsat_t sat) |
v16acc64 | ups_to_v16acc64 (v16uint32 a, int shft) |
v16acc64 | ups_to_v16acc64_conf (v16uint32 a, int shft, crsat_t sat) |
v32acc32 | ups_to_v32acc32 (v32int16 a, int shft) |
v32acc32 | ups_to_v32acc32_conf (v32int16 a, int shft, crsat_t sat) |
v32acc32 | ups_to_v32acc32 (v32uint16 a, int shft) |
v32acc32 | ups_to_v32acc32_conf (v32uint16 a, int shft, crsat_t sat) |
Upshift of fixed-point 512-bit vector to 1024-bit accumulator with dynamic sign | |
shft parameter is in the range of 0 to 63 sign parameter is the sign for the UPS conversion | |
v8cacc64 | ups_to_v8cacc64 (v8cint32 a, int shft, int sign) |
v8cacc64 | ups_to_v8cacc64_conf (v8cint32 a, int shft, int sign, crsat_t sat) |
v16acc64 | ups_to_v16acc64 (v16int32 a, int shft, int sign) |
v16acc64 | ups_to_v16acc64_conf (v16int32 a, int shft, int sign, crsat_t sat) |
v16acc64 | ups_to_v16acc64 (v16uint32 a, int shft, int sign) |
v16acc64 | ups_to_v16acc64_conf (v16uint32 a, int shft, int sign, crsat_t sat) |
v32acc32 | ups_to_v32acc32 (v32int16 a, int shft, int sign) |
v32acc32 | ups_to_v32acc32_conf (v32int16 a, int shft, int sign, crsat_t sat) |
v32acc32 | ups_to_v32acc32 (v32uint16 a, int shft, int sign) |
v32acc32 | ups_to_v32acc32_conf (v32uint16 a, int shft, int sign, crsat_t sat) |
Upshift from bfloat16 to floating-point (AIE interface) | |
v16accfloat | ups (v16bfloat16) |
Upshift from cbfloat16 to complex floating-point (AIE interface) | |
v8caccfloat | ups (v8cbfloat16) |
Upshift from bfloat16 to floating-point | |
v16accfloat | ups_to_v16accfloat (v16bfloat16) |
v32accfloat | ups_to_v32accfloat (v32bfloat16 a) chess_property(do_generate) |
Upshift from cbfloat16 to complex floating-point | |
v8caccfloat | ups_to_v8caccfloat (v8cbfloat16) |
v16caccfloat | ups_to_v16caccfloat (v16cbfloat16 a) chess_property(do_generate) |
v16accfloat ups | ( | v16bfloat16 | ) |
v8caccfloat ups | ( | v8cbfloat16 | ) |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
v16accfloat ups_to_v16accfloat | ( | v16bfloat16 | ) |
v16caccfloat ups_to_v16caccfloat | ( | v16cbfloat16 | a | ) |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
v32accfloat ups_to_v32accfloat | ( | v32bfloat16 | a | ) |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sat | Saturation mode |
a | Input vector |
shft | Within the range of 0 to 63 |
sign | Sign mask |
sat | Saturation mode |
v8caccfloat ups_to_v8caccfloat | ( | v8cbfloat16 | ) |