Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rth7680 committed May 11, 2023
1 parent 0741b25 commit 8429a1c
Showing 1 changed file with 471 additions and 4 deletions.

0 comments on commit 8429a1c

Please sign in to comment.