Re: [PATCH v2 08/13] target/ppc: Merge helper_{dcbz,dcbzep}

2024-07-10 Thread Richard Henderson
On 7/10/24 05:20, BALATON Zoltan wrote: On Tue, 9 Jul 2024, Richard Henderson wrote: Merge the two and pass the mmu_idx directly from translation. Swap the argument order in dcbz_common to avoid extra swaps. Signed-off-by: Richard Henderson --- target/ppc/helper.h |  3 +-- target/ppc/mem_h

Re: [PATCH v2 08/13] target/ppc: Merge helper_{dcbz,dcbzep}

2024-07-10 Thread BALATON Zoltan
On Tue, 9 Jul 2024, Richard Henderson wrote: Merge the two and pass the mmu_idx directly from translation. Swap the argument order in dcbz_common to avoid extra swaps. Signed-off-by: Richard Henderson --- target/ppc/helper.h | 3 +-- target/ppc/mem_helper.c | 14 -- target/ppc/tr

[PATCH v2 08/13] target/ppc: Merge helper_{dcbz,dcbzep}

2024-07-09 Thread Richard Henderson
Merge the two and pass the mmu_idx directly from translation. Swap the argument order in dcbz_common to avoid extra swaps. Signed-off-by: Richard Henderson --- target/ppc/helper.h | 3 +-- target/ppc/mem_helper.c | 14 -- target/ppc/translate.c | 4 ++-- 3 files changed, 7 ins