]> Git Repo - qemu.git/commit
target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
authorRichard Henderson <[email protected]>
Tue, 10 Dec 2019 19:16:29 +0000 (11:16 -0800)
committerRichard Henderson <[email protected]>
Thu, 16 Jan 2020 01:13:10 +0000 (15:13 -1000)
commit7dd547e5ab6b31e7a0cfc182d3ad131dd55a948f
tree8bac5f9456e7c3c38f73af0f885413f703aa900f
parent330edfcc84a7b652ffc0e2856dcd363605cdd3b0
target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX

The separate suffixed functions were used to construct
some do_##insn function switched on mmu_idx.  The interface
is exactly identical to the *_mmuidx_ra functions.  Replace
them directly and remove the constructions.

Cc: Aurelien Jarno <[email protected]>
Cc: Aleksandar Rikalo <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Aleksandar Markovic <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target/mips/cpu.h
target/mips/op_helper.c
This page took 0.024841 seconds and 4 git commands to generate.