Skip to content

Commit 4cfb625

Browse files
committed
Use spelled out names for CRAM and CRRL instructions to stay consistent with the rest of the document
1 parent 3516819 commit 4cfb625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sail_latex_riscv/commands.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5583,13 +5583,13 @@ \subsection*{Notes}
55835583

55845584
\newcommand{\sailRISCVfclCRRLexecute}{\saildoclabelled{sailRISCVfclCRRLzexecute}{\saildocfcl{Integer register \emph{rd} is set to the smallest value greater or equal to \emph{rs1}
55855585
that can be used as a length to set exact bounds on a capability that has a
5586-
suitably aligned base (as obtained with the help of \hyperref[sailRISCVzCRAM]{\lstinline{CRAM}}).
5586+
suitably aligned base (as obtained with the help of \hyperref[sailRISCVzCRAM]{\lstinline{CRepresentableAlignmentMask}}).
55875587

55885588
}{\lstinputlisting[language=sail]{sail_latex_riscv/fclCRRLzexecute33a689e3a631b9b905b85461d3814943.tex}}}}
55895589

55905590
\newcommand{\sailRISCVfclCRAMexecute}{\saildoclabelled{sailRISCVfclCRAMzexecute}{\saildocfcl{Integer register \emph{rd} is set to a mask that can be used to round addresses
55915591
down to to a value that is sufficiently aligned to set exact bounds for the
5592-
nearest representable length of \emph{rs1} (as obtained by \hyperref[sailRISCVzCRRL]{\lstinline{CRRL}}).
5592+
nearest representable length of \emph{rs1} (as obtained by \hyperref[sailRISCVzCRRL]{\lstinline{CRoundRepresentableLength}}).
55935593

55945594
}{\lstinputlisting[language=sail]{sail_latex_riscv/fclCRAMzexecute33a689e3a631b9b905b85461d3814943.tex}}}}
55955595

0 commit comments

Comments
 (0)