Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexplow.h64 extern void adjust_stack (rtx);
H A Dexplow.cc969 adjust_stack (rtx adjust) in adjust_stack() function
2236 adjust_stack (plus_constant (Pmode, size, PROBE_INTERVAL + dope)); in anti_adjust_stack_and_probe()
2238 adjust_stack (GEN_INT (PROBE_INTERVAL + dope)); in anti_adjust_stack_and_probe()
H A Ddojump.cc95 adjust_stack (gen_int_mode (pending_stack_adjust, Pmode)); in do_pending_stack_adjust()
H A Dcalls.cc560 adjust_stack (rounded_stack_size_rtx); in emit_call_1()
H A DChangeLog-200023643 * explow.c (adjust_stack, anti_adjust_stack): Update
H A DChangeLog-201819875 * explow.c (adjust_stack, anti_adjust_stack): Likewise.
H A DChangeLog-201115933 (adjust_stack): ... here.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexplow.h64 extern void adjust_stack (rtx);
H A Dexplow.c945 adjust_stack (rtx adjust) in adjust_stack() function
2204 adjust_stack (plus_constant (Pmode, size, PROBE_INTERVAL + dope)); in anti_adjust_stack_and_probe()
2206 adjust_stack (GEN_INT (PROBE_INTERVAL + dope)); in anti_adjust_stack_and_probe()
H A Ddojump.c95 adjust_stack (gen_int_mode (pending_stack_adjust, Pmode)); in do_pending_stack_adjust()
H A Dcalls.c557 adjust_stack (rounded_stack_size_rtx); in emit_call_1()