Re: [Qemu-devel] [PATCH] MIPS: add support for cvt.s.d and cvt.d.s

2006-10-23 Thread Marius Groeger
On Sun, 22 Oct 2006, Aurelien Jarno wrote: Could somebody please have a look to the patch (or even merge it)? Looks ok to me. Regards, Marius -- Marius Groeger <[EMAIL PROTECTED]> SYSGO AG Embedded and Real-Time Software Voice: +49 6136 9948 0 FAX: +49 6

Re: [Qemu-devel] [PATCH] MIPS: add support for cvt.s.d and cvt.d.s

2006-10-22 Thread Aurelien Jarno
Hi all, The patch below has been posted 3 weeks ago, but I haven't received any comment yet. If you need to be convinced that the patch is needed, you can download a test case from http://temp.aurel32.net/test_cvt.tar.gz made using files from Debian unstable: [bode:/tmp]$ tar xvfz test_cvt.t

[Qemu-devel] [PATCH] MIPS: add support for cvt.s.d and cvt.d.s

2006-09-28 Thread Aurelien Jarno
Hi, The patch below implements the cvt.s.d and cvt.d.s instructions for the mips target. They are need to be able to execute the cp and the find programs. Bye, Aurelien Index: target-mips/op.c === RCS file: /sources/qemu/qemu/targe