Texas Instruments TMS320C64X Programmer's Reference Manual page 109

Dsp little-endian dsp library
Hide thumbs Also See for TMS320C64X:
Table of Contents

Advertisement

Special Requirements
Implementation Notes
Benchmarks
t2 = _x[i*4 + 1];
t3 = _x[i*4 + 0];
_r[i*4 + 0] = t0;
_r[i*4 + 1] = t1;
_r[i*4 + 2] = t2;
_r[i*4 + 3] = t3;
}
}
-
Input and output arrays do not overlap, except where "r == NULL" so that
the operation occurs in-place.
-
The input array and output array are expected to be double-word aligned,
and a multiple of 4 words must be processed.
-
Bank Conflicts: No bank conflicts occur.
-
Interruptibility: The code is interrupt-tolerant but not interruptible.
Cycles
nx/4 + 20
Codesize
116 bytes
DSP_blk_eswap32
C64x+ DSPLIB Reference
4-81

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tms320c64x+

Table of Contents