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
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
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