target/mips: Tidy helpers for translation
commit8cab4157e93105864c579ecac96b520bc13052f4
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 2 Apr 2023 03:44:44 +0000 (1 20:44 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:29 +0000 (5 12:04 -0700)
tree9a2e2e85e6caa9a59cbdce5151cca03fc9198150
parent5d05e5a1835fa3ac5c59a8d8aabef7fe99662c4c
target/mips: Tidy helpers for translation

Move most includes from *translate*.c to translate.h, ensuring
that we get the ordering correct.  Ensure cpu.h is first.
Use disas/disas.h instead of exec/log.h.
Drop otherwise unused includes.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/tcg/msa_translate.c
target/mips/tcg/mxu_translate.c
target/mips/tcg/octeon_translate.c
target/mips/tcg/rel6_translate.c
target/mips/tcg/translate.c
target/mips/tcg/translate.h
target/mips/tcg/translate_addr_const.c
target/mips/tcg/tx79_translate.c
target/mips/tcg/vr54xx_translate.c