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

2009-11-28 Thread Aurelien Jarno
Hi, On Mon, Nov 23, 2009 at 12:49:58PM -0800, Nathan Froyd wrote: > 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 in

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

2009-11-23 Thread Nathan Froyd
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 p