[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 00/11] target-mips: add mips16 support
From: |
Aurelien Jarno |
Subject: |
Re: [Qemu-devel] [PATCH 00/11] target-mips: add mips16 support |
Date: |
Sat, 28 Nov 2009 11:17:23 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
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 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.
It's nice there is someone working on items from target-mips/TODO. By
the way, this patchset misses one patch to remove the entry from this
file ;-)
More seriously, this patchset still has a few problems, but I don't
expect them difficult to solve. Please see the comments on different
patches.
--
Aurelien Jarno GPG: 1024D/F1BCDB73
address@hidden http://www.aurel32.net
- [Qemu-devel] [PATCH 01/11] target-mips: add ISAMode bits for mips16 execution, (continued)
- [Qemu-devel] [PATCH 01/11] target-mips: add ISAMode bits for mips16 execution, Nathan Froyd, 2009/11/23
- [Qemu-devel] [PATCH 02/11] target-mips: add new HFLAGs for JALX and 16/32-bit delay slots, Nathan Froyd, 2009/11/23
- [Qemu-devel] [PATCH 06/11] target-mips: add gen_base_offset_addr, Nathan Froyd, 2009/11/23
- [Qemu-devel] [PATCH 11/11] target-mips: add copyright notice for mips16 work, Nathan Froyd, 2009/11/23
- [Qemu-devel] [PATCH 08/11] target-mips: add enums for MIPS16 opcodes, Nathan Froyd, 2009/11/23
- [Qemu-devel] [PATCH 05/11] target-mips: make gen_compute_branch 16/32-bit-aware, Nathan Froyd, 2009/11/23
- [Qemu-devel] [PATCH 10/11] gdbstub: add MIPS16 support, Nathan Froyd, 2009/11/23
- Re: [Qemu-devel] [PATCH 00/11] target-mips: add mips16 support,
Aurelien Jarno <=