tcg/i386: Convert tcg_out_qemu_st_slow_path
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 10 Apr 2023 06:08:12 +0000 (23:08 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commit0036e54e7abfd8ea7f3aeb7db2daa23b25cc8094
tree526fbde7159f40cd29517d78388bec78223619e0
parentda8ab70ad17762e1ad1c4de01f981adebd26f851
tcg/i386: Convert tcg_out_qemu_st_slow_path

Use tcg_out_st_helper_args.  This eliminates the use of a tail call to
the store helper.  This may or may not be an improvement, depending on
the call/return branch prediction of the host microarchitecture.

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