LoongArch: gas: Add lsx and lasx instructions support
authormengqinggang <mengqinggang@loongson.cn>
Thu, 22 Jun 2023 02:35:28 +0000 (10:35 +0800)
committerliuzhensong <liuzhensong@loongson.cn>
Wed, 28 Jun 2023 08:14:35 +0000 (16:14 +0800)
commit75b2f521b101d974354f6ce9ed7c054d8b2e3b7a
tree0460e55e4141ad3fd7d7bd705f829b9caacf1dbd
parentbe1ebb6710a8f707bd4b0eecbd00f4f4964050e5
LoongArch: gas: Add lsx and lasx instructions support

gas/ChangeLog:

* config/tc-loongarch.c (md_parse_option): Add lsx and lasx option.
(loongarch_after_parse_args): Add lsx and lasx option.

opcodes/ChangeLog:

* loongarch-opc.c (struct loongarch_ase): Add lsx and lasx
instructions.
gas/config/tc-loongarch.c
opcodes/loongarch-opc.c