Composite intrinsics are constructed from a sequence of specific
or generic intrinsics.
All of the composite intrinsics are prefixed by the string
spu_.
Table 1 lists the composite intrinsics.
Table 1. Composite SPU intrinsicsIntrinsic |
Description |
spu_mfcdma32(ls, ea, size, tagid, cmd) |
Initiate DMA to or from 32-bit effective address |
spu_mfcdma64(ls, eahi, ealow, size, tagid, cmd) |
Initiate DMA to or from 64-bit effective address |
spu_mfcstat(type) |
Read MFC tag status |
For further information about the SPU intrinsics, refer to the C/C++
Language Extensions for Cell Broadband Engine Architecture document.