Re: [PATCH 18/26] target/mips: Extract Loongson SIMD translation routines

2020-11-21 Thread Richard Henderson
On 11/21/20 6:30 AM, Philippe Mathieu-Daudé wrote: >> -/* Godson integer instructions */ >> -static void gen_loongson_integer(DisasContext *ctx, uint32_t opc, >> - int rd, int rs, int rt) >> -{ > > This isn't part of the LoongSIMD ... > > [...] >> -} >> - >> -/* Lo

Re: [PATCH 18/26] target/mips: Extract Loongson SIMD translation routines

2020-11-21 Thread Philippe Mathieu-Daudé
On 11/20/20 10:08 PM, Philippe Mathieu-Daudé wrote: > LoongSIMD (formerly LoongMMI in Loongson 2E/F) is the > 128-bit SIMD extension from the LoongISA. > > Extract 600 lines of translation routines to > 'vendor-loong-simd_translate.c.inc'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > targe

[PATCH 18/26] target/mips: Extract Loongson SIMD translation routines

2020-11-20 Thread Philippe Mathieu-Daudé
LoongSIMD (formerly LoongMMI in Loongson 2E/F) is the 128-bit SIMD extension from the LoongISA. Extract 600 lines of translation routines to 'vendor-loong-simd_translate.c.inc'. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/translate.c | 598 + targ