aboutsummaryrefslogtreecommitdiff
path: root/src/b-st-ext.adoc
diff options
context:
space:
mode:
authorVed Shanbhogue <ved@rivosinc.com>2024-03-25 13:30:55 -0500
committerVed Shanbhogue <ved@rivosinc.com>2024-03-25 13:30:55 -0500
commitcdb25859bcce5a6edbdc34914c1f86f079b3fddd (patch)
treef926f0dd882b0fcecceef1c08cd78f8d8d3939f9 /src/b-st-ext.adoc
parentd69d777855ac3405c3d25cebc75ff12f379cbd81 (diff)
downloadriscv-isa-manual-cdb25859bcce5a6edbdc34914c1f86f079b3fddd.zip
riscv-isa-manual-cdb25859bcce5a6edbdc34914c1f86f079b3fddd.tar.gz
riscv-isa-manual-cdb25859bcce5a6edbdc34914c1f86f079b3fddd.tar.bz2
Add B standard extension
Diffstat (limited to 'src/b-st-ext.adoc')
-rw-r--r--src/b-st-ext.adoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/b-st-ext.adoc b/src/b-st-ext.adoc
index 52beb61..81ec997 100644
--- a/src/b-st-ext.adoc
+++ b/src/b-st-ext.adoc
@@ -1,6 +1,9 @@
[[bits]]
== "B" Standard Extension for Bit Manipulation, Version 1.0.0
+The B standard extension comprises instructions provided by the Zba, Zbb, and
+Zbs extensions.
+
[[preface]]
=== Bit-manipulation a, b, c and s extensions grouped for public review and ratification
@@ -3898,4 +3901,4 @@ strcmp:
ret
.size strcmp, .-strcmp
--- \ No newline at end of file
+--