tcg: Introduce TCGCallReturnKind and TCGCallArgumentKind
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 16 Oct 2022 02:47:00 +0000 (13:47 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 19:41:28 +0000 (11:41 -0800)
commit18ff36ab71bdb302028adc263e0505f09b573f73
treed863f1092cd892a807a07bc2e6497f6a02c9632b
parent31c96417465b0ff32d6ec1ee8ef271c6e49ab5a3
tcg: Introduce TCGCallReturnKind and TCGCallArgumentKind

Prepare to replace a bunch of separate ifdefs with a
consistent way to describe the ABI of a function call.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-internal.h