OSDN Git Service

tcg: Define TCG_TYPE_I128 and related helper macros
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 11 Nov 2022 00:49:52 +0000 (10:49 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 4 Feb 2023 16:19:42 +0000 (06:19 -1000)
commitecbea3ec1ce5f4499ef6acbc696ec5d6a1c69165
tree58b3b4992fb045d387907201b62fb85ada812d12
parente1e646524437072e466313b04a2f8326dd7b8e77
tcg: Define TCG_TYPE_I128 and related helper macros

Begin staging in support for TCGv_i128 with Int128.
Define the type enumerator, the typedef, and the
helper-head.h macros.

This cannot yet be used, because you can't allocate
temporaries of this new type.

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>
include/exec/helper-head.h
include/tcg/tcg.h