Message ID | 20241206031224.78525-1-richard.henderson@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | target/arm: Helper type cleanups | expand |
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
On 12/16/24 08:01, Peter Maydell wrote: > 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! r~