qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH for-6.2 01/34] target/arm: Note that we handle VMOVL as a spe


From: Richard Henderson
Subject: Re: [PATCH for-6.2 01/34] target/arm: Note that we handle VMOVL as a special case of VSHLL
Date: Wed, 14 Jul 2021 10:02:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/13/21 6:36 AM, Peter Maydell wrote:
Although the architecture doesn't define it as an alias, VMOVL
(vector move long) is encoded as a VSHLL with a zero shift.
Add a comment in the decode file noting that we handle VMOVL
as part of VSHLL.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/mve.decode | 2 ++
  1 file changed, 2 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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