[llvm-dev] Byte ordering during machine code generation

Josh Sharp via llvm-dev llvm-dev at lists.llvm.org
Mon Jun 3 15:56:42 PDT 2019


Hi,
Is there a way to specify the byte ordering in a way that's neither big nor little endian during machine code generation?
For example, if B3B2B1B0 is a 32-bit instruction with B3 the most significant byte, is there a way to write it as B1 B0 B3 B2 ?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190603/bc06bf3f/attachment-0001.html>


More information about the llvm-dev mailing list