[v0,0/2] LoongArch: Add LSX and LASX instructions support

Message ID 20230625083850.1028642-1-mengqinggang@loongson.cn
Headers
Series LoongArch: Add LSX and LASX instructions support |

Message

mengqinggang June 25, 2023, 8:38 a.m. UTC
  Add LSX (128 bits vector) and LASX (256 bits vector) instructions support 

mengqinggang (2):
  LoongArch: gas: Add LSX and LASX instructions support
  LoongArch: gas: Add LSX and LASX instructions test

 gas/config/tc-loongarch.c            |    4 +
 gas/testsuite/gas/loongarch/vector.d | 1460 +++++++++++++++++++++++++
 gas/testsuite/gas/loongarch/vector.s | 1451 +++++++++++++++++++++++++
 opcodes/loongarch-opc.c              | 1465 ++++++++++++++++++++++++++
 4 files changed, 4380 insertions(+)
 create mode 100644 gas/testsuite/gas/loongarch/vector.d
 create mode 100644 gas/testsuite/gas/loongarch/vector.s