Re: [PATCH 4/4] target/mips: Add declarations for generic DSP TCG helpers

2021-06-18 Thread Richard Henderson
On 6/17/21 10:49 AM, Philippe Mathieu-Daudé wrote: To be able to extract the DSP ASE translation routines to different source file, declare few TCG helpers, MASK_SPECIAL3 and a DSP register in "translate.h". Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.h | 7 +++ t

Re: [PATCH 4/4] target/mips: Add declarations for generic DSP TCG helpers

2021-06-17 Thread Philippe Mathieu-Daudé
On 6/17/21 7:49 PM, Philippe Mathieu-Daudé wrote: > To be able to extract the DSP ASE translation routines to > different source file, declare few TCG helpers, MASK_SPECIAL3 > and a DSP register in "translate.h". > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/tcg/translate.h | 7

[PATCH 4/4] target/mips: Add declarations for generic DSP TCG helpers

2021-06-17 Thread Philippe Mathieu-Daudé
To be able to extract the DSP ASE translation routines to different source file, declare few TCG helpers, MASK_SPECIAL3 and a DSP register in "translate.h". Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.h | 7 +++ target/mips/tcg/translate.c | 10 +- 2 files ch