AI Engine Intrinsics User Guide (AIE) v2024.2
Loading...
Searching...
No Matches
Addressing Operations

Overview

Addressing mode intrinsics.

Modules

 Cyclic Addressing
 
 FFT Addressing
 

Functions

template<class T >
T * byte_incr (T *p, 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 ()
 

Function Documentation

◆ byte_incr()

template<class T >
T * byte_incr ( T *  p,
int  i 
)

Increments input pointer by a number of bytes.

Parameters
pInput pointer.
iThe amount of bytes to increment by.

Returns input pointer p incremented by i.

◆ undef_float()

float undef_float ( )

◆ undef_mod()

mod_t undef_mod ( )

◆ undef_uint()

unsigned int undef_uint ( )

◆ undef_umod()

umod_t undef_umod ( )