Lines Matching full:sp
83 mov sp, r5 /* initial stack below u-boot code */
103 addi sp, sp, -8
104 stw r0, 0(sp)
105 stw r0, 4(sp)
106 mov fp, sp
115 /* Allocate and initialize reserved area, update SP */
116 mov r4, sp
120 mov sp, r2
121 mov r4, sp
127 mov fp, sp
150 * void relocate_code (ulong sp, gd_t *global_data,
158 mov sp, r4 /* Set the new sp */