__store8r

Purpose

Store with Byte-Reversal (eight-byte integer)

Takes the loaded eight-byte integer value and performs a byte-reversed store operation.

Prototype

void __store8r (unsigned long long source, unsigned long long * address);

Usage

Valid only when -qarch is set to target POWER7 processors in 64-bit mode.