We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245f0eb commit 78a8a0bCopy full SHA for 78a8a0b
riscv-elf.md
@@ -62,6 +62,9 @@ x28-x31 | t3-t6 | Temporary registers | No
62
In the standard ABI, procedures should not modify the integer registers tp and
63
gp, because signal handlers may rely upon their values.
64
65
+The presence of a frame pointer is optional. If a frame pointer exists
66
+it must reside in x8 (s0), the register remains callee-saved.
67
+
68
Floating-point Register Convention <a name=floating-point-register-convention>
69
-------------------------------------------------------------------------
70
Name | ABI Mnemonic | Meaning | Preserved across calls?
0 commit comments