Home | History | Annotate | Download | only in gen

Lines Matching refs:r0

40 	adds	r0, r0, #7	/* round up to next 8 byte alignment */
42 bics r0, r0, #7
43 sub sp, sp, r0 /* Adjust the stack pointer */
44 mov r0, sp /* r0 = base of new space */
46 lsrs r0, r0, #3
47 lsls r0, r0, #3
49 subs r0, r1, r0 /* Adjust the stack pointer */
50 mov sp, r0 /* r0 = base of new space */