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):
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
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