target/arm: Use tcg_constant for do_brk{2,3}
commit93418f1ce98e2278881f4c47833a788ef07f4767
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 26 Apr 2022 16:30:42 +0000 (26 09:30 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Apr 2022 12:38:16 +0000 (28 13:38 +0100)
treeca0ffb7b169afb18770a97606d6c3eecf48b2bab
parent392acacc1eccb05b0f3c98c75fd03e9a4c1aa884
target/arm: Use tcg_constant for do_brk{2,3}

In these cases, 't' did double-duty as zero source and
temporary destination.  Split the two uses and narrow
the scope of the temp.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20220426163043.100432-47-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-sve.c