Home
last modified time | relevance | path

Searched refs:adjust_stack (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dexplow.h64 extern void adjust_stack (rtx);
H A Dexplow.c951 adjust_stack (rtx adjust) in adjust_stack() function
2180 adjust_stack (plus_constant (Pmode, size, PROBE_INTERVAL + dope)); in anti_adjust_stack_and_probe()
2182 adjust_stack (GEN_INT (PROBE_INTERVAL + dope)); in anti_adjust_stack_and_probe()
H A Ddojump.c93 adjust_stack (gen_int_mode (pending_stack_adjust, Pmode)); in do_pending_stack_adjust()
H A Dcalls.c570 adjust_stack (rounded_stack_size_rtx); in emit_call_1()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dexplow.c918 adjust_stack (rtx adjust) in adjust_stack() function
1826 adjust_stack (plus_constant (size, PROBE_INTERVAL + dope)); in anti_adjust_stack_and_probe()
1828 adjust_stack (GEN_INT (PROBE_INTERVAL + dope)); in anti_adjust_stack_and_probe()
H A Dexpr.h646 extern void adjust_stack (rtx);
H A Ddojump.c97 adjust_stack (GEN_INT (pending_stack_adjust)); in do_pending_stack_adjust()
H A Dcalls.c472 adjust_stack (rounded_stack_size_rtx); in emit_call_1()