Does the TI ARM Compiler support a C Intrinsic function for the ARM RBIT assembly instruction? Can the TI ARM Compiler generate the RBIT instruction from the appropriate algorithmic C code or am I doomed to write my own inline assembly function to utilize such an instruction?
I've checked the ARM Optimizing C/C++ Compiler User's Guide about Compiler Intrinsics (pg. 104 - 107) to no avail.
-Jesse Griggs