ARM10 Intrinsic Functions
9/7/2007
The following ARM10 instructions are supported through intrinsic functions.
Instruction | Description |
---|---|
Counts leading zeroes before first 1-bit. The common intrinsic _CountLeadingZeros, _CountLeadingZeros64accesses the CLZ instruction. |
|
Creates soft breakpoint. The common intrinsic __trap accesses the BKPT instruction. |
|
Generates a call to the OS using the SWI software interrupt instruction. |
|
Inserts a specified instruction into the instruction stream. |
|
Reads data from the ARM coprocessor. |
|
Writes data to the ARM coprocessor. |