Re: [Qemu-devel] [PATCH] target-mips: fix decoding of microMIPS POOL32Axf instructions

2013-09-13 Thread Maciej W. Rozycki
On Mon, 5 Aug 2013, Leon Alrae wrote: > Just to make sure that we are refering to the same thing :) > For MFHI: > page no. 303 in MIPS Architecture for Programmers Volume II-B: The > microMIPS32 Instruction Set (document MD00764) > page no. 140 in MIPS Architecture for Programmers Volume IV-e: The

Re: [Qemu-devel] [PATCH] target-mips: fix decoding of microMIPS POOL32Axf instructions

2013-08-05 Thread Leon Alrae
On 05/08/13 11:50, Aurelien Jarno wrote: > On Mon, Aug 05, 2013 at 08:41:52AM +0100, Leon Alrae wrote: >> On 03/08/13 23:01, Aurelien Jarno wrote: >>> On Thu, Aug 01, 2013 at 11:02:27AM +0100, Leon Alrae wrote: These are not DSP instructions, thus there is no "ac" field. For more det

Re: [Qemu-devel] [PATCH] target-mips: fix decoding of microMIPS POOL32Axf instructions

2013-08-05 Thread Aurelien Jarno
On Mon, Aug 05, 2013 at 08:41:52AM +0100, Leon Alrae wrote: > On 03/08/13 23:01, Aurelien Jarno wrote: > > On Thu, Aug 01, 2013 at 11:02:27AM +0100, Leon Alrae wrote: > >> These are not DSP instructions, thus there is no "ac" field. > >> > >> For more details please refer to instruction encoding of

Re: [Qemu-devel] [PATCH] target-mips: fix decoding of microMIPS POOL32Axf instructions

2013-08-05 Thread Leon Alrae
On 03/08/13 23:01, Aurelien Jarno wrote: > On Thu, Aug 01, 2013 at 11:02:27AM +0100, Leon Alrae wrote: >> These are not DSP instructions, thus there is no "ac" field. >> >> For more details please refer to instruction encoding of >> MULT, MULTU, MADD, MADDU, MSUB, MSUBU, MFHI, MFLO, MTHI, MTLO in >

Re: [Qemu-devel] [PATCH] target-mips: fix decoding of microMIPS POOL32Axf instructions

2013-08-03 Thread Aurelien Jarno
On Thu, Aug 01, 2013 at 11:02:27AM +0100, Leon Alrae wrote: > These are not DSP instructions, thus there is no "ac" field. > > For more details please refer to instruction encoding of > MULT, MULTU, MADD, MADDU, MSUB, MSUBU, MFHI, MFLO, MTHI, MTLO in > MIPS Architecture for Programmers Volume II-B

[Qemu-devel] [PATCH] target-mips: fix decoding of microMIPS POOL32Axf instructions

2013-08-01 Thread Leon Alrae
These are not DSP instructions, thus there is no "ac" field. For more details please refer to instruction encoding of MULT, MULTU, MADD, MADDU, MSUB, MSUBU, MFHI, MFLO, MTHI, MTLO in MIPS Architecture for Programmers Volume II-B: The microMIPS32 Instruction Set Signed-off-by: Leon Alrae --- tar