target/mips: Extract MSA helpers from op_helper.c
commit3ef60574b6b9caecf539408ceb9f7fe6ece1ce08
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 22 Nov 2020 17:20:04 +0000 (22 18:20 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
treeaa56579346600b190b0f820b32dfbce33308dbae
parent03e4d95c91fb29e27b0248dd18c236c6fcc8dc02
target/mips: Extract MSA helpers from op_helper.c

We have ~400 lines of MSA helpers in the generic op_helper.c,
move them with the other helpers in 'msa_helper.c'.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201123204448.3260804-5-f4bug@amsat.org>
Tested-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
target/mips/msa_helper.c
target/mips/op_helper.c