]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hppa: Delay computation of IAQ_Next
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 23 Mar 2024 01:38:32 +0000 (15:38 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 07:58:44 +0000 (09:58 +0200)
commit0dcd6640e49c3cbd534e5a1d39338bcd6e691e18
tree70c83a930a418adb2bd5b35bc9c939e7c72b5a7c
parent43541db0c40dad6291ce1dcb76b7729f55704893
target/hppa: Delay computation of IAQ_Next

We no longer have to allocate a temp and perform an
addition before translation of the rest of the insn.

Reviewed-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c