Re: [PATCH 6/7] target/mips: Declare generic FPU functions in 'fpu_translate.h'

2020-12-14 Thread Philippe Mathieu-Daudé
On 12/8/20 11:54 PM, Richard Henderson wrote: > 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é >> --- >>

Re: [PATCH 6/7] target/mips: Declare generic FPU functions in 'fpu_translate.h'

2020-12-08 Thread Richard Henderson
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é > --- > target/mips/fpu_translate.h | 25 + >

[PATCH 6/7] target/mips: Declare generic FPU functions in 'fpu_translate.h'

2020-12-07 Thread Philippe Mathieu-Daudé
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é --- target/mips/fpu_translate.h | 25 + target/mips/translate.c | 14 -- 2 files changed, 33