OSDN Git Service

tcg: Add temp allocation for TCGv_i128
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 19 Oct 2022 22:03:41 +0000 (08:03 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 4 Feb 2023 16:19:42 +0000 (06:19 -1000)
commit43eef72f41093ae4a94ffddc94aeef80a2fb5c69
treead2fd0f2d25462f51e4439b21762b76f6a51b1a5
parent5427a9a76041029730775292995e87c3edd06515
tcg: Add temp allocation for TCGv_i128

This enables allocation of i128.  The type is not yet
usable, as we have not yet added data movement ops.

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/tcg/tcg.h
tcg/tcg.c