|
Description
|
The MOVBE instruction flips the byte order of a 32 or 64-bit word (see byteorder(3SOCKET)). However, only some architectures support this instruction so far (CPUID indicates this). See The Intel 64 and IA-32 Architectures Software Developer's Manual (Volume 2A Instruction Set Reference, April 2008).
Solaris should detect and expose the availability of this instruction. For example, "isainfo -x" should indicate this new instruction is supported.
|