target/mips/translate: Add declarations for generic code
commit46c9e2b3dddc63bc85e07e3ad33fceb9d300be67
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 29 Nov 2020 18:13:28 +0000 (29 19:13 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree47cf670816b9198d569349e829f3603f18f97a74
parente31309365e50a44ebaa6490445d877d8c4acb4f0
target/mips/translate: Add declarations for generic code

Some CPU translation functions / registers / macros and
definitions can be used by ISA / ASE / extensions out of
the big translate.c file. Declare them in "translate.h".

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201207235539.4070364-3-f4bug@amsat.org>
target/mips/translate.c
target/mips/translate.h