Re: [Qemu-devel] [PATCH 2/7] target/mips: Add MXU instructions S32I2M and S32M2I

2018-08-27 Thread Aleksandar Markovic
> From: Janeczek, Craig > Sent: Monday, August 27, 2018 2:22 PM > > Subject: RE: [Qemu-devel] [PATCH 2/7] target/mips: Add MXU instructions > S32I2M and S32M2I > > https://github.com/MIPS/CI20_mplayer/blob/ci20_mplayer/mxu_as > > Sorry I mis-read our comment. The b

Re: [Qemu-devel] [PATCH 2/7] target/mips: Add MXU instructions S32I2M and S32M2I

2018-08-27 Thread Aleksandar Markovic
> Craig Janeczek via Qemu-devel wrote: > > I also wrote a series of tests which I cross compiled then ran on > both HW and through QEMU. Although I did not submit those tests > as part of this patchset as I am unsure of how to add them into the > QEMU test infrastructure. Alex, Here we have

Re: [Qemu-devel] [PATCH 2/7] target/mips: Add MXU instructions S32I2M and S32M2I

2018-08-27 Thread Janeczek, Craig via Qemu-devel
Henderson' ; qemu-devel@nongnu.org Cc: aurel...@aurel32.net; amarko...@wavecomp.com Subject: RE: [Qemu-devel] [PATCH 2/7] target/mips: Add MXU instructions S32I2M and S32M2I https://www.rockbox.org/wiki/pub/Main/IngenicJz4760B/jz-simd-docs.pdf I pulled them from here. I also wrote a series of tests

Re: [Qemu-devel] [PATCH 2/7] target/mips: Add MXU instructions S32I2M and S32M2I

2018-08-27 Thread Janeczek, Craig via Qemu-devel
into the QEMU test infrastructure. -Original Message- From: Richard Henderson Sent: Saturday, August 25, 2018 1:07 PM To: Janeczek, Craig ; qemu-devel@nongnu.org Cc: aurel...@aurel32.net; amarko...@wavecomp.com Subject: Re: [Qemu-devel] [PATCH 2/7] target/mips: Add MXU instructions S32I2M

Re: [Qemu-devel] [PATCH 2/7] target/mips: Add MXU instructions S32I2M and S32M2I

2018-08-25 Thread Richard Henderson
On 08/24/2018 12:44 PM, Craig Janeczek via Qemu-devel wrote: > Adds support for emulating the S32I2M and S32M2I MXU instructions. > > Signed-off-by: Craig Janeczek > --- > target/mips/translate.c | 55 + > 1 file changed, 55 insertions(+) > > diff --git

[Qemu-devel] [PATCH 2/7] target/mips: Add MXU instructions S32I2M and S32M2I

2018-08-24 Thread Craig Janeczek via Qemu-devel
Adds support for emulating the S32I2M and S32M2I MXU instructions. Signed-off-by: Craig Janeczek --- target/mips/translate.c | 55 + 1 file changed, 55 insertions(+) diff --git a/target/mips/translate.c b/target/mips/translate.c index