target/alpha: Use tcg_constant_* elsewhere
commit904bd855d38f8deb3f85a63d19475bb4a0c0d1a4
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 8 Jul 2021 01:54:44 +0000 (7 18:54 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 13 Jul 2021 15:13:19 +0000 (13 08:13 -0700)
tree53ad8d2ee709c553a0bb5d928c3c6a2054d327fc
parent212c88c0c78b1b2027b91d0669b92c49d921e91c
target/alpha: Use tcg_constant_* elsewhere

Replace the remaining uses of tcg_const_*.  These uses are
all local, with the allocate and free close together.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/alpha/translate.c