Re: [PATCH v5 10/30] tcg: Add routines for calling slow-path helpers

2023-05-10 Thread Alex Bennée
Richard Henderson writes: > Add tcg_out_ld_helper_args, tcg_out_ld_helper_ret, > and tcg_out_st_helper_args. These and their subroutines > use the existing knowledge of the host function call abi > to load the function call arguments and return results. > > These will be used to simplify the b

[PATCH v5 10/30] tcg: Add routines for calling slow-path helpers

2023-05-06 Thread Richard Henderson
Add tcg_out_ld_helper_args, tcg_out_ld_helper_ret, and tcg_out_st_helper_args. These and their subroutines use the existing knowledge of the host function call abi to load the function call arguments and return results. These will be used to simplify the backends in turn. Signed-off-by: Richard