Re: [Qemu-devel] [PATCH v2 02/10] target-arm: A64: Add SIMD ld/st single

2014-01-13 Thread Richard Henderson
On 01/13/2014 06:13 AM, Peter Maydell wrote: > Implement the SIMD ld/st single structure instructions. > > Signed-off-by: Peter Maydell > --- > public v1->v2 changes: > * same tcg_rn cleanup/fix as ld/st multiple > --- > target-arm/translate-a64.c | 144 > ++

[Qemu-devel] [PATCH v2 02/10] target-arm: A64: Add SIMD ld/st single

2014-01-13 Thread Peter Maydell
Implement the SIMD ld/st single structure instructions. Signed-off-by: Peter Maydell --- public v1->v2 changes: * same tcg_rn cleanup/fix as ld/st multiple --- target-arm/translate-a64.c | 144 - 1 file changed, 142 insertions(+), 2 deletions(-) diff