qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 01/10] target-arm: A64: Add SIMD ld/st multiple
Date: Mon, 13 Jan 2014 08:07:51 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/13/2014 06:13 AM, Peter Maydell wrote:
> From: Alex Bennée <address@hidden>
> 
> 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 a vector register
> 
> which use vec_reg_offset for consistent processing of offsets in an
> endian aware manner. There are also additional helpers:
> 
>   * do_vec_ld - load value into SIMD
>   * do_vec_st - store value from SIMD
> 
> which load or store a slice of a vector register to memory.
> These don't zero extend like the fp variants.
> 
> Signed-off-by: Alex Bennée <address@hidden>
> Signed-off-by: Peter Maydell <address@hidden>
> ---
> public v1->v2 changes:
>  removed stray double-spacing
>  fixed incorrect handling of rn==sp, cleaned up tcg_rn code
> ---
>  target-arm/translate-a64.c | 250 
> ++++++++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 248 insertions(+), 2 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]