diff options
author | Kito Cheng <kito.cheng@sifive.com> | 2025-02-13 21:19:21 +0800 |
---|---|---|
committer | Nelson Chu <nelson@rivosinc.com> | 2025-02-14 11:30:40 +0800 |
commit | 539f21cf4a3084810db649c5c6e7068b4dedbe30 (patch) | |
tree | 2550a61726f8931097e84277699f89d53cbceddf | |
parent | d7657a4ceef9c34e8057850472c84102862d5aad (diff) | |
download | binutils-539f21cf4a3084810db649c5c6e7068b4dedbe30.zip binutils-539f21cf4a3084810db649c5c6e7068b4dedbe30.tar.gz binutils-539f21cf4a3084810db649c5c6e7068b4dedbe30.tar.bz2 |
RISC-V: Add missing doc for OP_V
-rw-r--r-- | gas/doc/c-riscv.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/doc/c-riscv.texi b/gas/doc/c-riscv.texi index 670d437..86cea38 100644 --- a/gas/doc/c-riscv.texi +++ b/gas/doc/c-riscv.texi @@ -548,6 +548,9 @@ Opcode space for misc instructions. @item SYSTEM Opcode space for system instructions. +@item OP_V +Opcode space for vector instructions. + @item OP_VE Opcode space for crypto vector instructions. |