qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/11] target-mips: add mips16 support


From: Nathan Froyd
Subject: [Qemu-devel] [PATCH 00/11] target-mips: add mips16 support
Date: Mon, 23 Nov 2009 12:49:58 -0800

This patchset adds MIPS16 support to the MIPS backend.  MIPS16 is a
compact encoding of a subset of the MIPS integer instructions, similar
to ARM's Thumb mode.  The processor enters MIPS16 mode by executing a
special jump instruction; execution continus at the jump target in
MIPS16 mode until the processor returns to MIPS32/64 mode by executing a
special jump instruction.

The patches have been tested with GCC's testsuite and GDB's testsuite.

-Nathan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]