Skip to content

Commit

Permalink
chap-architecture: Add CGet{High,Top} to the list of capability instr…
Browse files Browse the repository at this point in the history
…uctions.
  • Loading branch information
bsdjhb committed Jul 12, 2023
1 parent c96aedd commit 0debed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chap-architecture.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1601,9 +1601,9 @@ \section{Capability-Aware Instructions}
\item[Retrieve capability fields]
These instructions extract specific capability-register fields and move their
values into general-purpose (integer) registers:
\insnref{CGetBase}, \insnref{CGetFlags}, \insnref{CGetLen},
\insnref{CGetBase}, \insnref{CGetFlags}, \insnref{CGetHigh}, \insnref{CGetLen},
\insnref{CGetOffset}, \insnref{CGetPerm}, \insnref{CGetSealed},
\insnref{CGetTag}, and \insnref{CGetType}.
\insnref{CGetTag}, \insnref{CGetTop}, and \insnref{CGetType}.

\item[Capability move]
This instruction moves a capability from one register to another without
Expand Down

0 comments on commit 0debed8

Please sign in to comment.