target/openrisc: Use tcg_constant_*
commitaf42d3540179d48ee31bd421d00100c26bfb63e3
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 8 Jul 2021 21:05:03 +0000 (8 14:05 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 13 Jul 2021 15:13:19 +0000 (13 08:13 -0700)
tree362d72503936cc719a7dbfb0d3cdc8b610bb8ccf
parent904bd855d38f8deb3f85a63d19475bb4a0c0d1a4
target/openrisc: Use tcg_constant_*

Replace uses of tcg_const_* allocate and free close together
with tcg_constant_*.

Reviewed-by: Stafford Horne <shorne@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/openrisc/translate.c