[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] target-ppc: add Altivec instructions, patch-bom
From: |
Laurent Desnogues |
Subject: |
Re: [Qemu-devel] [PATCH] target-ppc: add Altivec instructions, patch-bomb version |
Date: |
Mon, 15 Dec 2008 08:11:05 +0100 |
On Mon, Dec 15, 2008 at 7:40 AM, Aurelien Jarno <address@hidden> wrote:
> And a question for the whole series: how have you tested those
> instructions?
I was ready to ask the same question given how large the series is :-)
For ARM NEON instructions (the ARM SIMD), my experience is that ffmpeg
can help test some instructions as it contains assembly routines that use
instructions no compiler generates. And it looks like ffmpeg has many
Altivec routines. Of course, it's not enough, but it's a good start.
Laurent
- [Qemu-devel] [PATCH 05/42] target-ppc: add v{add, sub}u{b, h, w}m instructions., (continued)
- [Qemu-devel] [PATCH 05/42] target-ppc: add v{add, sub}u{b, h, w}m instructions., Nathan Froyd, 2008/12/14
- [Qemu-devel] [PATCH 11/42] target-ppc: add vscr access macros., Nathan Froyd, 2008/12/14
- [Qemu-devel] [PATCH 16/42] target-ppc: add vs{l,r}o instructions., Nathan Froyd, 2008/12/14
- [Qemu-devel] [PATCH 20/42] target-ppc: add v{add, sub}{s, u}{b, h, w}s instructions., Nathan Froyd, 2008/12/14
- [Qemu-devel] [PATCH 38/42] target-ppc: add vmsumuh{m, s} instructions., Nathan Froyd, 2008/12/14
- [Qemu-devel] [PATCH 41/42] target-ppc: add {l, st}ve{b, h, w}x instructions., Nathan Froyd, 2008/12/14
- [Qemu-devel] [PATCH 24/42] target-ppc: add GEN_VXFORM_SIMM macro for subsequent instructions., Nathan Froyd, 2008/12/14
- [Qemu-devel] [PATCH 40/42] target-ppc: add vmladduhm instruction., Nathan Froyd, 2008/12/14
- [Qemu-devel] [PATCH 25/42] target-ppc: add vspltis{b, h, w} instructions., Nathan Froyd, 2008/12/15
- Re: [Qemu-devel] [PATCH] target-ppc: add Altivec instructions, patch-bomb version, Aurelien Jarno, 2008/12/15