tcg: Consolidate 3 bits into enum TCGTempKind
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 29 Mar 2020 17:11:56 +0000 (10:11 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Jan 2021 18:39:08 +0000 (08:39 -1000)
commitee17db83d2dce35792e9bf03366af193e5e0e5c9
tree75dcdc88c2b2811e1000975f67dde680cbe05036
parent4e18617555955503628a004ed97e1fc2fa7818b9
tcg: Consolidate 3 bits into enum TCGTempKind

The temp_fixed, temp_global, temp_local bits are all related.
Combine them into a single enumeration.

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