Re: [PATCH v6 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF

2023-02-01 Thread Alex Bennée
Richard Henderson writes: > These will be used by some hosts, both 32 and 64-bit, to pass and > return i128. Not yet used, because allocation is not yet enabled. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v6 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF

2023-01-30 Thread Richard Henderson
These will be used by some hosts, both 32 and 64-bit, to pass and return i128. Not yet used, because allocation is not yet enabled. Signed-off-by: Richard Henderson --- tcg/tcg-internal.h | 3 + tcg/tcg.c | 135 - 2 files changed, 135