target/hppa: Avoid use of tcg_const_i32 throughout
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 23:05:46 +0000 (13:05 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:37 +0000 (06:44 -0700)
commit0992a930136712e98367740598a63f655c134575
tree90aec854dabd80d0cf0aa3d3cf58451e05e460f4
parenta300dad3e8e4eda8addc5f308c8ff1941f0221be
target/hppa: Avoid use of tcg_const_i32 throughout

All uses were read-write, so replace with a new
allocation and initialization.

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