Re: [PATCH v2 19/36] tcg: Use TCG_CALL_ARG_EVEN for TCI special case

2022-10-25 Thread Ilya Leoshkevich
On Fri, Oct 21, 2022 at 05:15:32PM +1000, Richard Henderson wrote: > Change 32-bit tci TCG_TARGET_CALL_ARG_I32 to TCG_CALL_ARG_EVEN, to > force 32-bit values to be aligned to 64-bit. With a small reorg > to the argument processing loop, this neatly replaces an ifdef for > CONFIG_TCG_INTERPRETER.

[PATCH v2 19/36] tcg: Use TCG_CALL_ARG_EVEN for TCI special case

2022-10-21 Thread Richard Henderson
Change 32-bit tci TCG_TARGET_CALL_ARG_I32 to TCG_CALL_ARG_EVEN, to force 32-bit values to be aligned to 64-bit. With a small reorg to the argument processing loop, this neatly replaces an ifdef for CONFIG_TCG_INTERPRETER. Signed-off-by: Richard Henderson --- tcg/tci/tcg-target.h | 3 ++-