Re: [PATCH 0/9] target/arm: Helper type cleanups

2024-12-16 Thread Richard Henderson
On 12/16/24 08:01, Peter Maydell wrote: On Fri, 6 Dec 2024 at 03:13, Richard Henderson 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):

Re: [PATCH 0/9] target/arm: Helper type cleanups

2024-12-16 Thread Peter Maydell
On Fri, 6 Dec 2024 at 03:13, Richard Henderson 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 al

[PATCH 0/9] target/arm: Helper type cleanups

2024-12-05 Thread Richard Henderson
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 tar