Re: [PATCH 03/26] target/mips: Extract MSA helper definitions
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Keep all MSA-related code altogether. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/helper.h | 437 + > target/mips/mod-mips-msa_helper.h.inc | 443 ++ > 2 files
[PATCH 03/26] target/mips: Extract MSA helper definitions
Keep all MSA-related code altogether. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/helper.h | 437 + target/mips/mod-mips-msa_helper.h.inc | 443 ++ 2 files changed, 446 insertions(+), 434 deletions(-) create mode 100644