]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/ppc: Split out helper_dbczl for 970
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Jul 2024 02:46:15 +0000 (19:46 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Jul 2024 00:56:16 +0000 (10:56 +1000)
commit62fe57c6d23fe8136d281f0e37ec8a9fab08b60a
tree6a31fdd69f509fb15da363afdbd88f1950a8b238
parent521a80d895ec8ef0200dcac9b9b19e60b0cc1d1a
target/ppc: Split out helper_dbczl for 970

We can determine at translation time whether the insn is or
is not dbczl.  We must retain a runtime check against the
HID5 register, but we can move that to a separate function
that never affects other ppc models.

Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/ppc/helper.h
target/ppc/mem_helper.c
target/ppc/translate.c