aboutsummaryrefslogtreecommitdiff
path: root/src/b.tex
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-02-01 20:41:47 -0800
committerAndrew Waterman <andrew@sifive.com>2017-02-01 20:41:47 -0800
commitab6f8c9bd7bc85361fcf35667d1fddfaf367a53f (patch)
tree716a2118ca0565dbb4e7903723f283ae4dd13c46 /src/b.tex
parent207a7c6ee51aa2fd74d4618cd1369ddc21706b9e (diff)
downloadriscv-isa-manual-ab6f8c9bd7bc85361fcf35667d1fddfaf367a53f.zip
riscv-isa-manual-ab6f8c9bd7bc85361fcf35667d1fddfaf367a53f.tar.gz
riscv-isa-manual-ab6f8c9bd7bc85361fcf35667d1fddfaf367a53f.tar.bz2
Reorganize directory structure
Diffstat (limited to 'src/b.tex')
-rw-r--r--src/b.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/b.tex b/src/b.tex
new file mode 100644
index 0000000..0951df4
--- /dev/null
+++ b/src/b.tex
@@ -0,0 +1,19 @@
+\chapter{``B'' Standard Extension for Bit Manipulation, Version 0.0}
+\label{sec:bits}
+
+This chapter is a placeholder for a future standard extension to
+provide bit manipulation instructions, including instructions to
+insert, extract, and test bit fields, and for rotations, funnel
+shifts, and bit and byte permutations.
+
+\begin{commentary}
+Although bit manipulation instructions are very effective in some
+application domains, particularly when dealing with externally packed
+data structures, we excluded them from the base ISA as they are not
+useful in all domains and can add additional complexity or instruction
+formats to supply all needed operands.
+
+We anticipate the B extension will be a brownfield encoding within the
+base 30-bit instruction space.
+\end{commentary}
+