tcg/s390x: Use ALGFR in constructing softmmu host address
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 3 Apr 2023 06:14:53 +0000 (06:14 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commit8b1b45971ff6a2d98d2737279fbbc4173e0dbe8c
tree81e2c0fd5a77b7753d73d8bce27935a895f084c1
parentf0f43534f7f5beb92788951da6944faad154c6a2
tcg/s390x: Use ALGFR in constructing softmmu host address

Rather than zero-extend the guest address into a register,
use an add instruction which zero-extends the second input.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/s390x/tcg-target.c.inc