Re: [Qemu-devel] [PATCH] target-mips: Implement Loongson Multimedia Instructions

2012-09-19 Thread Aurelien Jarno
On Tue, Sep 18, 2012 at 09:59:44PM -0700, Richard Henderson wrote: > Implements all of the COP2 instructions except for the S > family of comparisons. The documentation is unclear for those. > > Signed-off-by: Richard Henderson > --- > > It turns out that the previous patch was totally independ

[Qemu-devel] [PATCH] target-mips: Implement Loongson Multimedia Instructions

2012-09-18 Thread Richard Henderson
Implements all of the COP2 instructions except for the S family of comparisons. The documentation is unclear for those. Signed-off-by: Richard Henderson --- It turns out that the previous patch was totally independent of the other 6 patches in the previous series. That said, I've pulled the pa