tcg/arm: Convert tcg_out_qemu_{ld,st}_slow_path
commit74c17067329042eb48b0e972b8a9292c85f2d244
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 10 Apr 2023 07:15:24 +0000 (10 00:15 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (11 09:53 +0100)
tree95c9469813d5dac3d6e1bbf7d69c04cf9583bcb9
parent6e96422b14a462da0089768baa91529f4192212c
tcg/arm: Convert tcg_out_qemu_{ld,st}_slow_path

Use tcg_out_ld_helper_args, tcg_out_ld_helper_ret,
and tcg_out_st_helper_args.  This allows our local
tcg_out_arg_* infrastructure to be removed.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/arm/tcg-target.c.inc