Re: [Qemu-devel] [PATCH 09/11] target-mips: add mips16 instruction decoding

2009-11-28 Thread Aurelien Jarno
On Mon, Nov 23, 2009 at 12:50:07PM -0800, Nathan Froyd wrote: > There's no good way to add this incrementally, so we do it all at once. > The only changes to shared code are in handle_delay_slot. We need to > flip ISAMode when doing a jump-and-exchange. We also need to set > ISAMode the low bit o

[Qemu-devel] [PATCH 09/11] target-mips: add mips16 instruction decoding

2009-11-23 Thread Nathan Froyd
There's no good way to add this incrementally, so we do it all at once. The only changes to shared code are in handle_delay_slot. We need to flip ISAMode when doing a jump-and-exchange. We also need to set ISAMode the low bit of the target address for jump-to-register. Signed-off-by: Nathan Froy