/openbsd/gnu/gcc/gcc/ |
H A D | opts.c | 966 stack_limit_rtx = NULL_RTX; in common_handle_option() 975 stack_limit_rtx = gen_rtx_REG (Pmode, reg); in common_handle_option() 980 stack_limit_rtx = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup (arg)); in common_handle_option()
|
H A D | explow.c | 1258 stack_pointer_rtx, stack_limit_rtx, in allocate_dynamic_stack_space() 1262 stack_limit_rtx, stack_pointer_rtx, in allocate_dynamic_stack_space()
|
H A D | toplev.c | 340 rtx stack_limit_rtx; variable
|
H A D | rtl.h | 2249 extern GTY(()) rtx stack_limit_rtx;
|
H A D | function.c | 4056 = (stack_limit_rtx != NULL_RTX && ! DECL_NO_LIMIT_STACK (subr)); in expand_function_start()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | m68k.c | 323 && GET_CODE (stack_limit_rtx) == SYMBOL_REF) 327 XSTR (stack_limit_rtx, 0), fsize + 4); 330 XSTR (stack_limit_rtx, 0), fsize + 4); 548 if (REG_P (stack_limit_rtx)) 552 reg_names[REGNO (stack_limit_rtx)]); 555 reg_names[REGNO (stack_limit_rtx)]); 558 else if (GET_CODE (stack_limit_rtx) != SYMBOL_REF)
|
/openbsd/gnu/gcc/gcc/config/m68k/ |
H A D | m68k.c | 537 && GET_CODE (stack_limit_rtx) == SYMBOL_REF) in m68k_output_function_prologue() 539 XSTR (stack_limit_rtx, 0), current_frame.size + 4); in m68k_output_function_prologue() 676 if (REG_P (stack_limit_rtx)) in m68k_output_function_prologue() 678 M68K_REGNAME (REGNO (stack_limit_rtx))); in m68k_output_function_prologue() 679 else if (GET_CODE (stack_limit_rtx) != SYMBOL_REF) in m68k_output_function_prologue()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | explow.c | 1418 stack_pointer_rtx, stack_limit_rtx, 1422 stack_limit_rtx, stack_pointer_rtx,
|
H A D | toplev.c | 848 rtx stack_limit_rtx; variable 4115 stack_limit_rtx = gen_rtx_REG (Pmode, reg); 4122 stack_limit_rtx = gen_rtx_SYMBOL_REF (Pmode, nm); 4141 stack_limit_rtx = NULL_RTX;
|
H A D | rtl.h | 2293 extern GTY(()) rtx stack_limit_rtx;
|
H A D | ChangeLog.2 | 1454 * rtl.h: Declare stack_limit_rtx. 1455 * toplev.c (stack_limit_rtx): New variable. 1458 (main): Add stack_limit_rtx as GC root. 1463 stack_limit_rtx. 1464 * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx. 1469 stack_limit_rtx. 1483 STARTING_FRAME_OFFSET. Handle stack_limit_rtx.
|
H A D | function.c | 6589 = (stack_limit_rtx != NULL_RTX && ! DECL_NO_LIMIT_STACK (subr));
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i960/ |
H A D | i960.c | 1426 rtx min_stack = stack_limit_rtx; 1428 min_stack = plus_constant (stack_limit_rtx, -actual_fsize);
|
/openbsd/gnu/gcc/gcc/config/bfin/ |
H A D | bfin.c | 928 rtx lim = stack_limit_rtx; in bfin_expand_prologue() 938 val = legitimize_pic_address (stack_limit_rtx, p1reg, in bfin_expand_prologue() 947 rtx limit = plus_constant (stack_limit_rtx, offset); in bfin_expand_prologue()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 9947 if (REG_P (stack_limit_rtx) 9948 && REGNO (stack_limit_rtx) > 1 9949 && REGNO (stack_limit_rtx) <= 31) 9953 stack_limit_rtx, 9956 stack_limit_rtx, 9962 else if (GET_CODE (stack_limit_rtx) == SYMBOL_REF 9968 stack_limit_rtx,
|
H A D | rs6000.md | 10216 stack_pointer_rtx, stack_limit_rtx,
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 13897 if (REG_P (stack_limit_rtx) in rs6000_emit_allocate_stack() 13898 && REGNO (stack_limit_rtx) > 1 in rs6000_emit_allocate_stack() 13899 && REGNO (stack_limit_rtx) <= 31) in rs6000_emit_allocate_stack() 13903 stack_limit_rtx, in rs6000_emit_allocate_stack() 13906 stack_limit_rtx, in rs6000_emit_allocate_stack() 13912 else if (GET_CODE (stack_limit_rtx) == SYMBOL_REF in rs6000_emit_allocate_stack() 13918 stack_limit_rtx, in rs6000_emit_allocate_stack()
|
H A D | rs6000.md | 10012 stack_pointer_rtx, stack_limit_rtx,
|