81 #ifndef COMMON_FFTLIB_UTIL_SA2CLOADSA0CSTORE_H_
82 #define COMMON_FFTLIB_UTIL_SA2CLOADSA0CSTORE_H_ 1
115 const uint8_t *restrict CbackSource,
116 uint8_t *restrict CbackDestination)
121 #pragma LOOP_NO_ALIAS
122 for(r = 0; r < numRows; r++){
123 __mma_vec valC = *c7x::strm_agen<2, __mma_vec>::get_adv(CbackSource);
125 __HWAXFER(__MMA_XFER_SRC_C);
129 __vpred tmp = c7x::strm_agen<0, __mma_vec>::get_vpred();
130 __mma_vec * VB1 = c7x::strm_agen<0, __mma_vec>::get_adv(CbackDestination);
131 __vstore_pred(tmp, VB1, VB0);
static void FFTLIB_UTIL_SA2CloadSA0Cstore(int32_t numRows, const uint8_t *restrict CbackSource, uint8_t *restrict CbackDestination)