target/loongarch: Renamed lsx*.c to vec* .c
commit1dc33f2653ab8c564f0e4371166d2dec4c622dcd
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:25:49 +0000 (14 10:25 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 03:43:06 +0000 (20 11:43 +0800)
tree344c6370eb884bf747a225ca3dc8a9af8282e77e
parent4907644841e3200aea6475c0f72d3d987e9f3d93
target/loongarch: Renamed lsx*.c to vec* .c

Renamed lsx_helper.c to vec_helper.c and trans_lsx.c.inc to trans_vec.c.inc
So LASX can used them.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230914022645.1151356-2-gaosong@loongson.cn>
target/loongarch/insn_trans/trans_vec.c.inc [moved from target/loongarch/insn_trans/trans_lsx.c.inc with 99% similarity]
target/loongarch/meson.build
target/loongarch/translate.c
target/loongarch/vec_helper.c [moved from target/loongarch/lsx_helper.c with 99% similarity]