Re: [PATCH 6/7] target/arm: Implement v8.3 FPAC and FPACCOMBINE

2023-02-13 Thread Peter Maydell
On Thu, 2 Feb 2023 at 21:13, Aaron Lindsay wrote: > > Signed-off-by: Aaron Lindsay > --- > target/arm/pauth_helper.c | 26 ++ > target/arm/syndrome.h | 6 ++ > 2 files changed, 32 insertions(+) > > diff --git a/target/arm/pauth_helper.c b/target/arm/pauth_helper.

[PATCH 6/7] target/arm: Implement v8.3 FPAC and FPACCOMBINE

2023-02-02 Thread Aaron Lindsay
Signed-off-by: Aaron Lindsay --- target/arm/pauth_helper.c | 26 ++ target/arm/syndrome.h | 6 ++ 2 files changed, 32 insertions(+) diff --git a/target/arm/pauth_helper.c b/target/arm/pauth_helper.c index 66dc90a289..3a2772de0e 100644 --- a/target/arm/pauth_helpe