Lines Matching +full:gcc +full:- +full:4
12 * from flash memory. The global_data address is passed as argv[-1]
28 * r2 holds the pointer to the global_data, r11 is a call-clobbered
43 * x18 holds the pointer to the global_data, x9 is a call-clobbered
56 * r9 holds the pointer to the global_data, ip is a call-clobbered
70 * k0 ($26) holds the pointer to the global_data; t9 ($25) is a call-
73 * it; however, GCC/mips generates an additional `nop' after each asm
86 * k0 ($26) holds the pointer to the global_data; t9 ($25) is a call-
89 * it; however, GCC/mips generates an additional `nop' after each asm
103 * gp holds the pointer to the global_data, r8 is call-clobbered
118 * d7 holds the pointer to the global_data, a0 is a call-clobbered
134 * r31 holds the pointer to the global_data. r5 is a call-clobbered.
181 " .align 4\n" \
202 " .align 4\n" \
218 " .align 4\n" \
236 /*" addi $sp, $sp, -24\n" \
247 * arguments can be used only inside the functions (gcc limitation)
269 global_data = (gd_t *)argv[-1]; in app_startup()
270 jt = global_data->jt; in app_startup()