aboutsummaryrefslogtreecommitdiff
path: root/src/naming.adoc
diff options
context:
space:
mode:
authorZenithal <i@zenithal.me>2023-05-05 17:09:09 +0000
committerZenithal <i@zenithal.me>2023-05-05 17:09:16 +0000
commit6ecd735338241583d53396b7065eab7c9ace68aa (patch)
tree9a5a7e33e12639b1f54a38fe62bb18210a6a0a25 /src/naming.adoc
parent63aeaada9b2fee7ca15e5c6b6a28f3b710fb7e58 (diff)
downloadriscv-isa-manual-6ecd735338241583d53396b7065eab7c9ace68aa.zip
riscv-isa-manual-6ecd735338241583d53396b7065eab7c9ace68aa.tar.gz
riscv-isa-manual-6ecd735338241583d53396b7065eab7c9ace68aa.tar.bz2
Backport changes to naming.adoc
Related commit * (b61dd437) Strict single-letter extensions on Table 28.1 (Standard ISA extension * (6b1754c8) D extension is implied by V extension * (f5f9c270) Delete more nonexistent extensions from the naming constraints * (7249db97) Remove multi-letter H* extensions from naming * (db7a4a0d) Add single-letter "H" extension to the table * (d8786eed) Updating 'G' definition
Diffstat (limited to 'src/naming.adoc')
-rw-r--r--src/naming.adoc28
1 files changed, 5 insertions, 23 deletions
diff --git a/src/naming.adoc b/src/naming.adoc
index c6cde54..3898948 100644
--- a/src/naming.adoc
+++ b/src/naming.adoc
@@ -83,7 +83,7 @@ an alphabetical name and an optional version number. For example,
"Zifencei2p0" name version 2.0 of same.
The first letter following the "Z" conventionally indicates the most
-closely related alphabetical extension category, IMAFDQLCBKJTPV. For the
+closely related alphabetical extension category, IMAFDQCVH. For the
"Zam" extension for misaligned atomics, for example, the letter "a"
indicates the extension is related to the "A" standard extension. If
multiple "Z" extensions are named, they should be ordered first by
@@ -106,16 +106,6 @@ Standard supervisor-level extensions should be listed after standard
unprivileged extensions. If multiple supervisor-level extensions are
listed, they should be ordered alphabetically.
-=== Hypervisor-level Instruction-Set Extensions
-
-Standard hypervisor-level instruction-set extensions are named like
-supervisor-level extensions, but beginning with the letter "H" instead
-of the letter "S".
-
-Standard hypervisor-level extensions should be listed after standard
-lesser-privileged extensions. If multiple hypervisor-level extensions
-are listed, they should be ordered alphabetically.
-
=== Machine-level Instruction-Set Extensions
Standard machine-level instruction-set extensions are prefixed with the
@@ -170,21 +160,17 @@ e.g., RV32IMACV is legal, whereas RV32IMAVC is not.
|Double-Precision Floating-Point |D |F
-|General |G |IMADZifencei
+|General |G |IMAFDZicsr_Zifencei
|Quad-Precision Floating-Point |Q |D
|16-bit Compressed Instructions |C |
-|Bit Manipulation |B |
-
-|Cryptography Extensions |K |
-
-|Dynamic Languages |J |
-
|Packed-SIMD Extensions |P |
-|Vector Extensions |V |
+|Vector Extension |V |D
+
+|Hypervisor Extension |H |
|Control and Status Register Access |Zicsr |
@@ -198,10 +184,6 @@ e.g., RV32IMACV is legal, whereas RV32IMAVC is not.
|Supervisor-level extension "def" |Sdef |
-|Standard Hypervisor-Level Extensions | |
-
-|Hypervisor-level extension "ghi" |Hghi |
-
3+|*Standard Machine-Level Extensions*
|Machine-level extension "jkl" |Zxmjkl |