6.53 __RBIT Intrinsic Function

Inserts an RBIT instruction, which reverses the bit order in a 32-bit register. If the RBIT instruction is not available, a separate sequence of instructions is inserted to achieve the same result.

Suggested Replacement

__RBIT

Caveats

None.

Examples

unsigned int __RBIT(unsigned int);

Further Information

None.