These functions generate inline instructions that can dramatically speed up certain code sequences, especially byte-reversal operations.
- int
__lhbrx(const void *, int) - Load halfword byte; reverse indexed
- int
__lwbrx(const void *, int) - Load word byte; reverse indexed
- void
__sthbrx(unsigned short, const void *, int) - Store halfword byte; reverse indexed
- void
__stwbrx(unsigned int, const void *, int) - Store word byte; reverse indexed