On 15 January 2014 15:10, Claudio Fontana wrote:
> Hello Peter,
>
> a missing return here I think:
Thanks. I'd already queued this set onto target-arm.next, so I've just fixed
this nit there.
-- PMM
Hello Peter,
a missing return here I think:
On 10.01.2014 18:12, Peter Maydell wrote:
> Add support for the SIMD scalar copy instruction group (C3.6.7),
> which consists of the single instruction DUP (element, scalar).
>
> Signed-off-by: Peter Maydell
> ---
> target-arm/translate-a64.c | 42 ++
On 01/10/2014 09:12 AM, Peter Maydell wrote:
> +/* C6.3.31 DUP (element, scalar)
> + * 31 21 2016 1510 95 40
> + * +---++-+--+--+
> + * | 0 1 0 0 1 1 1 0 0 0 0 | imm5 | 0 0 0 0 0 1 | Rn | Rd |
> + * +-
Add support for the SIMD scalar copy instruction group (C3.6.7),
which consists of the single instruction DUP (element, scalar).
Signed-off-by: Peter Maydell
---
target-arm/translate-a64.c | 42 +-
1 file changed, 41 insertions(+), 1 deletion(-)
diff --gi