You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: archdoc/chap-abi.tex
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,7 @@ \section{Relocations}
194
194
\asm{CHERIOT_COMPARTMENT_LO_I} & 221 & 12-bit \PCC- or \CGP-relative displacement for use in I-type instructions. \\
195
195
\asm{CHERIOT_COMPARTMENT_LO_S} & 222 & 12-bit \PCC- or \CGP-relative displacement for use in S-type instructions. \\
196
196
\asm{CHERIOT_COMPARTMENT_SIZE} & 223 & The size of the referenced symbol, applied to a \insnref{CSetBounds} instruction. \\
197
+
\asm{CHERIOT_CCALL} & 224 & An \insnref{auipcc} and \insnref{jal} pair which may be relaxed as per \asm{CHERI_CCALL} in RISC-V CHERI, and if not will be relocated as per \asm{CHERIOT_COMPARTMENT_HI} and \asm{CHERIOT_COMPARTMENT_LO_I}. \\
197
198
\end{tabular}
198
199
\caption{\label{tab:relocs}The relocations defined for the \cherimcu{} ABI}
0 commit comments