[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/9] target/arm: Helper type cleanups
From: |
Peter Maydell |
Subject: |
Re: [PATCH 0/9] target/arm: Helper type cleanups |
Date: |
Mon, 16 Dec 2024 14:01:23 +0000 |
On Fri, 6 Dec 2024 at 03:13, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Add macros such that "fpst" can be used with DEF_HELPER to
> indicate float_status* instead of "ptr" for void*.
> In addition, fix a few uses of "ptr" that should be "env".
>
> r~
>
> Richard Henderson (9):
> target/arm: Introduce fpst alias for helper.h
> target/arm: Convert vfp_helper.c to fpst alias
> target/arm: Convert helper-a64.c to fpst alias
> target/arm: Convert vec_helper.c to fpst alias
> target/arm: Convert neon_helper.c to fpst alias
> target/arm: Convert sve_helper.c to fpst alias
> target/arm: Convert sme_helper.c to fpst alias
> target/arm: Convert vec_helper.c to use env alias
> target/arm: Convert neon_helper.c to use env alias
I see that commit a9af119f3d to put the fpst alias into
helper-head.h.inc is already upstream, superseding patch
1 from this series, so I've queued the remaining patches
2..9 to target-arm.next.
thanks
-- PMM
- [PATCH 5/9] target/arm: Convert neon_helper.c to fpst alias, (continued)
- [PATCH 5/9] target/arm: Convert neon_helper.c to fpst alias, Richard Henderson, 2024/12/05
- [PATCH 6/9] target/arm: Convert sve_helper.c to fpst alias, Richard Henderson, 2024/12/05
- [PATCH 7/9] target/arm: Convert sme_helper.c to fpst alias, Richard Henderson, 2024/12/05
- [PATCH 8/9] target/arm: Convert vec_helper.c to use env alias, Richard Henderson, 2024/12/05
- [PATCH 9/9] target/arm: Convert neon_helper.c to use env alias, Richard Henderson, 2024/12/05
- Re: [PATCH 0/9] target/arm: Helper type cleanups,
Peter Maydell <=