Home | History | Annotate | Download | only in jpeg

Lines Matching refs:sp

33  * registers as possible. ARM processor has 16 registers including sp (r13)
39 * counter is held by sp. Yes, the stack pointer. Since it must be aligned
70 // Push everything except sp (r13) and pc (r15).
71 stmdb sp!, {r4, r5, r6, r7, r8, r9, r10, r11, r12, r14}
74 sub r4, sp, #236
75 bic sp, r4, #31
76 add r5, sp, #224
197 str r0, [sp, #-4] !
198 str r4, [sp, #32]
199 str r2, [sp, #64]
200 str r6, [sp, #96]
201 str r5, [sp, #128]
202 str r1, [sp, #160]
203 str r7, [sp, #192]
204 str r3, [sp, #224]
215 str r4, [sp, #-4] !
216 str r4, [sp, #32]
217 str r4, [sp, #64]
218 str r4, [sp, #96]
219 str r4, [sp, #128]
220 str r4, [sp, #160]
221 str r4, [sp, #192]
222 str r4, [sp, #224]
226 ands r9, sp, #31
230 ldr r12, [sp, #256]
231 ldr r14, [sp, #260]
238 ldmia sp!, {r0, r1, r2, r3, r4, r5, r6, r7}
353 ldr sp, [sp, #8]
354 add sp, sp, #236
356 ldmia sp!, {r4, r5, r6, r7, r8, r9, r10, r11, r12, r14}