commit | 62fe57c6d23fe8136d281f0e37ec8a9fab08b60a | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Jul 01 19:46:15 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jul 23 10:56:16 2024 +1000 |
tree | 6a31fdd69f509fb15da363afdbd88f1950a8b238 | |
parent | 521a80d895ec8ef0200dcac9b9b19e60b0cc1d1a [diff] |
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>