On 12/7/20 5:55 PM, Philippe Mathieu-Daudé wrote: > Some FPU translation functions / registers can be used by > ISA / ASE / extensions out of the big translate.c file. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@xxxxxxxxx> > --- > target/mips/fpu_translate.h | 25 +++++++++++++++++++++++++ > target/mips/translate.c | 14 ++++++++------ > 2 files changed, 33 insertions(+), 6 deletions(-) > create mode 100644 target/mips/fpu_translate.h Is there a good reason for not putting these in translate.h? r~