Home
last modified time | relevance | path

Searched hist:"8429 a1ca8f315394b2a68b96812b1dc9c60070fd" (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c8429a1ca8f315394b2a68b96812b1dc9c60070fd Mon Apr 10 05:59:09 UTC 2023 Richard Henderson <richard.henderson@linaro.org> 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>