/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | pa64-linux.h | 47 fsize = compute_frame_size (get_frame_size (), 0); \
|
H A D | pa-protos.h | 141 extern HOST_WIDE_INT compute_frame_size (HOST_WIDE_INT, int *);
|
H A D | pa.h | 181 + (frame_pointer_needed ? 0 : compute_frame_size (get_frame_size (), 0))) 185 + (frame_pointer_needed ? 0 : compute_frame_size (get_frame_size (), 0))) 382 do {(VAR) = - compute_frame_size (get_frame_size (), 0);} while (0)
|
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | pa64-linux.h | 47 fsize = compute_frame_size (get_frame_size (), 0); \
|
H A D | pa-protos.h | 143 extern int compute_frame_size PARAMS ((int, int *));
|
H A D | pa.h | 356 + (frame_pointer_needed ? 0 : compute_frame_size (get_frame_size (), 0))) 360 + (frame_pointer_needed ? 0 : compute_frame_size (get_frame_size (), 0))) 542 do {(VAR) = - compute_frame_size (get_frame_size (), 0);} while (0)
|
/openbsd/gnu/gcc/gcc/config/iq2000/ |
H A D | iq2000-protos.h | 32 extern HOST_WIDE_INT compute_frame_size (HOST_WIDE_INT);
|
H A D | iq2000.c | 1478 ? compute_frame_size (get_frame_size ()) in iq2000_debugger_offset() 1597 compute_frame_size (HOST_WIDE_INT size) in compute_frame_size() function 1706 compute_frame_size (get_frame_size ()); in iq2000_initial_elimination_offset() 1977 tsize = compute_frame_size (get_frame_size ()); in iq2000_expand_prologue() 2128 return compute_frame_size (get_frame_size ()) == 0; in iq2000_can_use_return_insn()
|
/openbsd/gnu/gcc/gcc/config/v850/ |
H A D | v850-protos.h | 32 extern int compute_frame_size (int, long *);
|
H A D | v850.h | 563 (OFFSET) = compute_frame_size (get_frame_size (), (long *)0); \
|
H A D | v850.c | 1562 compute_frame_size (int size, long * p_reg_saved) in compute_frame_size() function 1586 actual_fsize = compute_frame_size (size, ®_saved); in expand_prologue() 1799 unsigned int actual_fsize = compute_frame_size (size, ®_saved); in expand_epilogue()
|
/openbsd/gnu/gcc/gcc/config/xtensa/ |
H A D | xtensa-protos.h | 79 extern long compute_frame_size (int);
|
H A D | xtensa.h | 598 compute_frame_size (get_frame_size ()); \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/dsp16xx/ |
H A D | dsp16xx-protos.h | 70 extern long compute_frame_size PARAMS ((int));
|
H A D | dsp16xx.c | 1332 compute_frame_size (size) in compute_frame_size() function 1412 total_size = compute_frame_size (size); 1994 offset = compute_frame_size (get_frame_size()); in initial_frame_pointer_offset()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/ |
H A D | v850-protos.h | 41 extern int compute_frame_size PARAMS ((int, long *));
|
H A D | v850.c | 1613 compute_frame_size (size, p_reg_saved) in compute_frame_size() function 1639 actual_fsize = compute_frame_size (size, ®_saved); in expand_prologue() 1850 unsigned int actual_fsize = compute_frame_size (size, ®_saved); in expand_epilogue()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i960/ |
H A D | i960-protos.h | 97 extern int compute_frame_size PARAMS ((int));
|
H A D | i960.c | 1207 compute_frame_size (size) in compute_frame_size() function 1410 actual_fsize = compute_frame_size (size) + 4 * n_remaining_saved_regs; 1462 lvar_size = actual_fsize - compute_frame_size (0) - n_remaining_saved_regs * 4;
|
H A D | i960.h | 571 do { (OFFSET) = - (64 + compute_frame_size (get_frame_size ())); } while (0)
|
/openbsd/gnu/usr.bin/gcc/gcc/config/xtensa/ |
H A D | xtensa-protos.h | 111 extern long compute_frame_size PARAMS ((int));
|
H A D | xtensa.c | 2178 compute_frame_size (size) in compute_frame_size() function 2212 unsigned long tsize = compute_frame_size (get_frame_size ()); 2260 unsigned long tsize = compute_frame_size (get_frame_size ());
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/ |
H A D | sparc-protos.h | 57 extern int compute_frame_size PARAMS ((int, int));
|
/openbsd/gnu/gcc/gcc/config/mips/ |
H A D | mips-protos.h | 218 extern HOST_WIDE_INT compute_frame_size (HOST_WIDE_INT);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | mips-protos.h | 29 extern HOST_WIDE_INT compute_frame_size PARAMS ((HOST_WIDE_INT));
|