tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 10 Apr 2023 17:30:21 +0000 (10:30 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commitf07aaf4856ee642f9f566bc26d8547819871516f
tree4aea6995e8999e49978b7aadfe11db596cee6291
parent338b9e09503714016f9c5c4b649b007e721ca057
tcg/mips: 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.

We are no longer filling the call or return branch
delay slots, nor are we tail-calling for the store,
but this seems a small price to pay.

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