Lines Matching refs:r0
74 ldr r0, =(CONFIG_TPL_STACK)
76 ldr r0, =(CONFIG_SPL_STACK)
78 ldr r0, =(CONFIG_SYS_INIT_SP_ADDR)
80 bic r0, r0, #7 /* 8-byte alignment for ABI compliance */
81 mov sp, r0
83 mov sp, r0
85 mov r9, r0
99 ldr r0, [r9, #GD_START_ADDR_SP] /* sp = gd->start_addr_sp */
100 bic r0, r0, #7 /* 8-byte alignment for ABI compliance */
101 mov sp, r0
107 ldr r0, [r9, #GD_RELOC_OFF] /* r0 = gd->reloc_off */
108 add lr, lr, r0
112 ldr r0, [r9, #GD_RELOCADDR] /* r0 = gd->relocaddr */
141 cmp r0, #0
142 movne sp, r0
143 movne r9, r0
145 ldr r0, =__bss_start /* this is auto-relocated! */
151 subs r2, r3, r0 /* r2 = memset len */
157 clbss_l:cmp r0, r1 /* while not at end of BSS */
161 strlo r2, [r0] /* clear 32-bit BSS word */
162 addlo r0, r0, #4 /* move to next */
171 mov r0, r9 /* gd_t */