![]() |
AI Engine
(AIE) r2p18
|
Addressing mode intrinsics.
Modules | |
| Cyclic Addressing | |
| FFT Addressing | |
Functions | |
| void * | byte_incr (void *a, int i) |
| Increments input pointer by a number of bytes. | |
Initialization functions for scalars | |
| mod_t | undef_mod () |
| umod_t | undef_umod () |
| unsigned int | undef_uint () |
| float | undef_float () |
| void* byte_incr | ( | void * | a, |
| int | i | ||
| ) |
Increments input pointer by a number of bytes.
| a | Input pointer. |
| i | The amount of bytes to increment by. |
Returns input pointer a incremented by i.
| float undef_float | ( | ) |
| mod_t undef_mod | ( | ) |
| unsigned int undef_uint | ( | ) |
| umod_t undef_umod | ( | ) |