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.
2 parents 9ea35f6 + 2a17357 commit faf9a9dCopy full SHA for faf9a9d
riscv-cc.adoc
@@ -155,6 +155,10 @@ type would be passed. If such an argument would have been passed by
155
reference, the caller allocates memory for the return value, and passes the
156
address as an implicit first parameter.
157
158
+NOTE: There is no requirement that the address be returned from the function
159
+and so software should not assume that a0 will hold the address of the return
160
+value on return.
161
+
162
The stack grows downwards (towards lower addresses) and the stack pointer shall
163
be aligned to a 128-bit boundary upon procedure entry.
164
The first argument passed on the stack is located at offset zero of the stack pointer
0 commit comments