Searched refs:saved_regs_p (Results 1 – 11 of 11) sorted by relevance
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/ |
H A D | tb-alvxw.c | 501 struct frame_saved_regs *saved_regs_p) in heuristic_proc_desc() argument 514 if (saved_regs_p != 0) in heuristic_proc_desc() 515 memset (saved_regs_p, '\0', sizeof (struct frame_saved_regs)); in heuristic_proc_desc() 548 if (saved_regs_p != 0) in heuristic_proc_desc() 549 saved_regs_p->regs[reg] = sp + (short) word; in heuristic_proc_desc()
|
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/ |
H A D | tb-alvxw.c | 501 struct frame_saved_regs *saved_regs_p) in heuristic_proc_desc() argument 514 if (saved_regs_p != 0) in heuristic_proc_desc() 515 memset (saved_regs_p, '\0', sizeof (struct frame_saved_regs)); in heuristic_proc_desc() 548 if (saved_regs_p != 0) in heuristic_proc_desc() 549 saved_regs_p->regs[reg] = sp + (short) word; in heuristic_proc_desc()
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/ |
H A D | tb-alvxw.c | 502 struct frame_saved_regs *saved_regs_p) in heuristic_proc_desc() argument 515 if (saved_regs_p != 0) in heuristic_proc_desc() 516 memset (saved_regs_p, '\0', sizeof (struct frame_saved_regs)); in heuristic_proc_desc() 549 if (saved_regs_p != 0) in heuristic_proc_desc() 550 saved_regs_p->regs[reg] = sp + (short) word; in heuristic_proc_desc()
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/ |
H A D | tb-alvxw.c | 501 struct frame_saved_regs *saved_regs_p) in heuristic_proc_desc() argument 514 if (saved_regs_p != 0) in heuristic_proc_desc() 515 memset (saved_regs_p, '\0', sizeof (struct frame_saved_regs)); in heuristic_proc_desc() 548 if (saved_regs_p != 0) in heuristic_proc_desc() 549 saved_regs_p->regs[reg] = sp + (short) word; in heuristic_proc_desc()
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/ |
H A D | tb-alvxw.c | 502 struct frame_saved_regs *saved_regs_p) in heuristic_proc_desc() argument 515 if (saved_regs_p != 0) in heuristic_proc_desc() 516 memset (saved_regs_p, '\0', sizeof (struct frame_saved_regs)); in heuristic_proc_desc() 549 if (saved_regs_p != 0) in heuristic_proc_desc() 550 saved_regs_p->regs[reg] = sp + (short) word; in heuristic_proc_desc()
|
/dports/lang/gforth/gforth-0.7.3/engine/ |
H A D | forth.h | 363 extern saved_regs saved_regs_v, *saved_regs_p; 364 #define saved_ip (saved_regs_p->sr_saved_ip) 365 #define rp (saved_regs_p->sr_rp) 369 #define sr_call , saved_regs_p
|
H A D | engine.c | 320 register saved_regs *saved_regs_p TOSREG = saved_regs_p0;
|
H A D | main.c | 116 saved_regs *saved_regs_p = &saved_regs_v; variable
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/ip2k/ |
H A D | ip2k.c | 316 int saved_regs_p = 0; in function_epilogue() local 343 saved_regs_p = 1; in function_epilogue() 349 if (leaf_func_p && !CHAIN_FRAMES && !saved_regs_p in function_epilogue()
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/ip2k/ |
H A D | ip2k.c | 316 int saved_regs_p = 0; in function_epilogue() local 343 saved_regs_p = 1; in function_epilogue() 349 if (leaf_func_p && !CHAIN_FRAMES && !saved_regs_p in function_epilogue()
|
/dports/lang/gforth/gforth-0.7.3/ |
H A D | ChangeLog | 918 tried to use explicit register allocation for local saved_regs_p, but
|