tcg: Add routines for calling slow-path helpers
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 10 Apr 2023 05:59:09 +0000 (22:59 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commit8429a1ca8f315394b2a68b96812b1dc9c60070fd
treec40a67eb25a42a2aaeee4f7e7bdad5b89949cb04
parent0741b25e4ee703c66b648eea5650ca833eae03db
tcg: Add routines for calling slow-path helpers

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.

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