__arm_cdp, __arm_cdp2
In this section:
Syntax
void __arm_cdp(__cpidcoproc, __cpopcwopc1, __cpregCRd, __cpregCRn, __cpregCRm, __cpopcopc2);
void __arm_cdp2(__cpid , __cpopwcoprocopc1, __cpregCRd, __cpregCRn, __cpregCRm, __cpopcopc2);
Parameters
| The coprocessor number |
| Coprocessor-specific operation codes. |
| Coprocessor registers. |
Description
Inserts the coprocessor-specific data operation instruction CDP or CDP2. The parameters will be encoded in the instruction and must therefore be constants.
These intrinsic functions are defined according to the Arm C Language Extensions (ACLE).
Note
These intrinsic functions cannot be used in 64-bit mode.
See also
Note
To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.