Lines Matching refs:In
5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
50 r9 is given special treatment in some situations, but not for us
54 r13 (sp) should be managed carefully in case a signal arrives
59 r0-r1 hold returns of 5-8 bytes, low word in r0
61 Stack is "full descending". Only the arguments that don't fit in the first 4
65 VFP: single-precision results in s0, double-precision results in d0.
89 @ sp or the current pc if "-fomit-frame-pointer" is in use for the
100 @ In theory we don't need to keep sp -- we can do an ldmdb instead of
106 @ argc is already in a scratch register (r3). Put argv into one. Note
119 @ to the stack. We need to push the last item in argv first, and we
120 @ want the first two items in argv to end up in r2/r3.
125 @ have N-2 in r3. If we set argv=argv+1, we can count from N-2 to 1
155 @ We're back, result is in r0 or (for long/double) r0-r1.
157 @ In theory, we need to use the "return type" arg to figure out what