Skip to content

Commit

Permalink
Clarify that the EEI defines misaligned FP ld/st behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Apr 17, 2020
1 parent baea025 commit 470a973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/f.tex
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@ \section{Single-Precision Load and Store Instructions}
FLW and FSW do not modify the bits being transferred; in particular, the
payloads of non-canonical NaNs are preserved.

As described in Section~\ref{sec:rv32:ldst}, the EEI defines whether
misaligned floating-point loads and stores are handled invisibly or raise
a contained or fatal trap.

\section{Single-Precision Floating-Point Computational Instructions}
\label{sec:single-float-compute}

Expand Down
1 change: 1 addition & 0 deletions src/rv32.tex
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ \subsubsection*{Conditional Branches}
\end{commentary}

\section{Load and Store Instructions}
\label{sec:rv32:ldst}

RV32I is a load-store architecture, where only load and store
instructions access memory and arithmetic instructions only operate on
Expand Down

0 comments on commit 470a973

Please sign in to comment.