Home | History | Annotate | Download | only in ARM

Lines Matching full:stack

5 ;              byval parameter and check that it goes to stack only.
7 ;Co-Processor register candidates may be either in VFP or in stack, so after
8 ;all VFP are allocated, stack is used. We can use stack without GPR allocation
10 ;First eight params goes to d0-d7, ninth one goes to the stack.
31 double %p8, ; --> Stack
33 %struct_t* byval %p10) ; --> Stack+8
56 double 23.8, ; --> Stack
57 i32 43, ; --> R0, not Stack+8
58 %struct_t* byval @static_val) ; --> Stack+8, not R1