]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 10 Dec 2019 19:16:29 +0000 (11:16 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
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 <aurelien@aurel32.net>
Cc: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/cpu.h
target/mips/op_helper.c