Re: [PATCH 2/7] target/mips/translate: Add declarations for generic code

2020-12-08 Thread Richard Henderson
On 12/7/20 5:55 PM, Philippe Mathieu-Daudé wrote: > 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é > --- > target/mips/translat

[PATCH 2/7] target/mips/translate: Add declarations for generic code

2020-12-07 Thread Philippe Mathieu-Daudé
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é --- target/mips/translate.h | 33 target/mips/translate