qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH 06/55] target/arm: Implement MVE LCTP


From: Richard Henderson
Subject: Re: [PATCH 06/55] target/arm: Implement MVE LCTP
Date: Mon, 7 Jun 2021 17:05:29 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 6/7/21 9:57 AM, Peter Maydell wrote:
Implement the MVE LCTP instruction.

We put its decode and implementation with the other
low-overhead-branch insns because although it is only present if MVE
is implemented it is logically in the same group as the other LOB
insns.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/t32.decode  |  2 ++
  target/arm/translate.c | 24 ++++++++++++++++++++++++
  2 files changed, 26 insertions(+)

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

r~



reply via email to

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