RISC-V: Add `OP_V' to .insn named opcodes
authorTsukasa OI <research_trasio@irq.a4lg.com>
Thu, 28 Jul 2022 13:02:05 +0000 (22:02 +0900)
committerNelson Chu <nelson.chu@sifive.com>
Fri, 29 Jul 2022 01:16:02 +0000 (09:16 +0800)
This commit adds `OP_V' (OP-V: vector instruction opcode for now
ratified `V' extension) to .insn opcode name list.  Although vector
instruction encoding is not implemented in `.insn' directive, it will
help future implementation of custom vector `.insn'.

gas/ChangeLog:

* config/tc-riscv.c (opcode_name_list): Add `OP_V'.
* testsuite/gas/riscv/insn.s: Add testcase.
* testsuite/gas/riscv/insn.d: Likewise.
* testsuite/gas/riscv/insn-dwarf.d: Reflect insn.s update.

gas/config/tc-riscv.c
gas/testsuite/gas/riscv/insn-dwarf.d
gas/testsuite/gas/riscv/insn.d
gas/testsuite/gas/riscv/insn.s

index 291d07f6d8fb3779ba7f521b65bb56a4ede96a1f..ecdffbef5892099881d61f6b567c808fea2053e3 100644 (file)
@@ -749,7 +749,7 @@ static const struct opcode_name_t opcode_name_list[] =
   {"NMADD",     0x4f},
   {"NMSUB",     0x4b},
   {"OP_FP",     0x53},
-  /*reserved    0x57.  */
+  {"OP_V",      0x57},
   {"CUSTOM_2",  0x5b},
   /* 48b        0x5f.  */
 
index 72d54d47acfa852ed0076f268a5d9fd91b59bc53..a975b1464c030b06ff33d667da8696c047e2a204 100644 (file)
@@ -60,12 +60,13 @@ insn.s +53 +0x9a.*
 insn.s +54 +0x9e.*
 insn.s +55 +0xa2.*
 insn.s +57 +0xa6.*
-insn.s +58 +0xa8.*
-insn.s +59 +0xac.*
-insn.s +60 +0xb2.*
-insn.s +61 +0xba.*
-insn.s +62 +0xbc.*
-insn.s +63 +0xc0.*
-insn.s +64 +0xc6.*
-insn.s +- +0xce
+insn.s +59 +0xaa.*
+insn.s +60 +0xac.*
+insn.s +61 +0xb0.*
+insn.s +62 +0xb6.*
+insn.s +63 +0xbe.*
+insn.s +64 +0xc0.*
+insn.s +65 +0xc4.*
+insn.s +66 +0xca.*
+insn.s +- +0xd2
 #pass
index b5780f42861857cf885d9b257ba0e9528790cfb1..9a946dd11b91aba207183bbfa827b3d86a0ac361 100644 (file)
@@ -1,4 +1,4 @@
-#as: -march=rv32ifc
+#as: -march=rv32ifcv
 #objdump: -dr
 
 .*:[   ]+file format .*
@@ -69,6 +69,7 @@ Disassembly of section .text:
 [^:]+:[        ]+00c58533[     ]+add[  ]+a0,a1,a2
 [^:]+:[        ]+00c58533[     ]+add[  ]+a0,a1,a2
 [^:]+:[        ]+00c58533[     ]+add[  ]+a0,a1,a2
+[^:]+:[        ]+022180d7[     ]+vadd\.vv[     ]+v1,v2,v3
 [^:]+:[        ]+0001[         ]+nop
 [^:]+:[        ]+00000013[     ]+nop
 [^:]+:[        ]+001f 0000 0000[       ].*
index ec41acb30bd397c6a27a6dff43bafdf5181fa551..993615eb747a34be548fedb1f71ab3e0e0106169 100644 (file)
@@ -54,6 +54,8 @@ target:
        .insn r  0x33,  0,  0, a0, fa1, fa2
        .insn r  0x33,  0,  0, fa0, fa1, fa2
 
+       .insn r  OP_V, 0, 1, x1, x3, x2
+
        .insn 0x0001
        .insn 0x00000013
        .insn 0x0000001f