]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Merge helper_{dcbz,dcbzep}
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Jul 2024 03:10:53 +0000 (20:10 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Jul 2024 00:56:16 +0000 (10:56 +1000)
commitc6d84fd7cfb46a67c5c0404e93ed024cd3a14e6e
tree0d0cb64cf3d50fadc1d0e86b0e47aa0479d0116b
parent62fe57c6d23fe8136d281f0e37ec8a9fab08b60a
target/ppc: Merge helper_{dcbz,dcbzep}

Merge the two and pass the mmu_idx directly from translation.
Swap the argument order in dcbz_common to avoid extra swaps.

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