aboutsummaryrefslogtreecommitdiff
path: root/src/l.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/l.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/l.tex')
-rw-r--r--src/l.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/l.tex b/src/l.tex
new file mode 100644
index 0000000..dcc6c75
--- /dev/null
+++ b/src/l.tex
@@ -0,0 +1,17 @@
+\chapter{``L'' Standard Extension for Decimal Floating-Point, Version 0.0}
+
+This chapter is a placeholder for the specification of a standard
+extension named ``L'' designed to support decimal floating-point
+arithmetic as defined in the IEEE 754-2008 standard.
+
+\section{Decimal Floating-Point Registers}
+
+Existing floating-point registers are used to hold 64-bit and 128-bit
+decimal floating-point values, and the existing floating-point load
+and store instructions are used to move values to and from memory.
+
+\begin{commentary}
+Due to the large opcode space required by the fused multiply-add
+instructions, the decimal floating-point instruction extension will
+require five 25-bit major opcodes in a 30-bit encoding space.
+\end{commentary}