GCC Lands Support For The MIPS16e2 ISA

Written by Michael Larabel in GNU on 3 July 2023 at 06:09 AM EDT. 2 Comments
GNU
The in-development GCC 14 compiler has added support for the MIPS16e2 processor ISA.

MIPS16e2 is an extension of the MIPS16e instruction set and compatible with the MIPS32 and MIPS64 instruction sets. The MIPS16e2 ASE adds eight general purpose registers and several special purpose registers and defines new instructions for helping to increase code density. There are new instructions with MIPS16e2 around caching, load/store word left/right, LUI, bitwise, MOVx instructions, and more. Those interested can find all the MIPS16e2 details via the specification.


A set of patches by Jie Mei were merged overnight to GCC Git for enabling MIPS16e2 support. The MIPS16e2 specification originates from 2014 while only now did any open-source developers get around to implementing it.

The newly merged MIPS16e2 support is accessible via the -mmips16e2 switch.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week