[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH RISU] arm.risu, thumb.risu: Add v8.2 DP and FHM insns
From: |
Richard Henderson |
Subject: |
Re: [PATCH RISU] arm.risu, thumb.risu: Add v8.2 DP and FHM insns |
Date: |
Tue, 19 May 2020 08:21:16 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
On 5/18/20 8:47 AM, Peter Maydell wrote:
> Add coverage for the v8.2 DP and v8.2 FHM insns in the Neon extension
> space. (We already had the v8.1 VQRDMLAH/VQRDLSH and the v8.3
> VCADD/VCMLA, so this brings the risu coverage into line with what
> QEMU has implemented so far.)
>
> Signed-off-by: Peter Maydell <address@hidden>
> ---
> I added these patterns as part of testing for the first part
> of the Neon decodetree conversion and forgot I'd never sent out the
> risu patch for review.
>
> arm.risu | 18 ++++++++++++++++++
> thumb.risu | 18 ++++++++++++++++++
> 2 files changed, 36 insertions(+)
Reviewed-by: Richard Henderson <address@hidden>
Sorry I didn't submit these myself February last year. I still have them
sitting in a separate .risu file that I used for testing originally.
t~