qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/9] target/arm: Add isar feature check functions for MVE


From: Richard Henderson
Subject: Re: [PATCH 1/9] target/arm: Add isar feature check functions for MVE
Date: Mon, 24 May 2021 08:21:20 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 5/20/21 8:28 AM, Peter Maydell wrote:
Add the isar feature check functions we will need for v8.1M MVE:
  * a check for MVE present: this corresponds to the pseudocode's
    CheckDecodeFaults(ExtType_Mve)
  * a check for the optional floating-point part of MVE: this
    corresponds to CheckDecodeFaults(ExtType_MveFp)

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---

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

r~



reply via email to

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