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

2014-01-13 Thread Richard Henderson
On 01/13/2014 06:13 AM, Peter Maydell wrote: > From: Alex Bennée > > This adds support support for the SIMD load/store > multiple category of instructions. > > This also brings in a couple of helper functions for manipulating > sections of the SIMD registers: > > * do_vec_get - fetch value fr

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

2014-01-13 Thread Peter Maydell
From: Alex Bennée This adds support support for the SIMD load/store multiple category of instructions. This also brings in a couple of helper functions for manipulating sections of the SIMD registers: * do_vec_get - fetch value from a slice of a vector register * do_vec_set - set a slice of