Home
last modified time | relevance | path

Searched refs:framesize (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.opt94 mwarn-framesize=
96 Warn if a single function's framesize exceeds the given framesize
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td379 // <|opcode|svrs|s|ra|s0|s1|framesize>
390 bits<4> framesize = 0;
400 let Inst{3-0} = framesize;
406 // <|opcode|svrs|s|ra|s0|s1|framesize>
615 bits<8> framesize =0;
627 let Inst{23-20} = framesize{7-4};
636 let Inst{3-0} = framesize{3-0};
H A DMips16InstrInfo.td957 // Format: RESTORE {ra,}{s0/s1/s0-1,}{framesize}
983 // Format: SAVE {ra,}{s0/s1/s0-1,}{framesize} (All arguments are optional)
/freebsd-12.1/contrib/gdb/gdb/
H A Darm-tdep.c164 int framesize; member
529 cache->framesize = 0; in thumb_scan_prologue()
552 cache->framesize += 4; in thumb_scan_prologue()
553 cache->saved_regs[saved_reg[regno]].addr = -cache->framesize; in thumb_scan_prologue()
572 cache->framesize -= offset; in thumb_scan_prologue()
678 cache->framesize = 0; in arm_scan_prologue()
902 cache->framesize = -sp_offset; in arm_scan_prologue()
924 cache->prev_sp = unwound_fp + cache->framesize - cache->frameoffset; in arm_make_prologue_cache()
1033 return cache->prev_sp + cache->frameoffset - cache->framesize; in arm_normal_frame_base()
/freebsd-12.1/sys/dev/isp/
H A Disp_freebsd.h308 int framesize; member
593 #define DEFAULT_FRAMESIZE(isp) isp->isp_osinfo.framesize
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-alpha.c374 int framesize; /* Size of frame. */ member
3922 alpha_evax_proc.framesize = 0; in s_alpha_ent()
3966 alpha_evax_proc.framesize = val; in s_alpha_frame()
4103 md_number_to_chars (p, (valueT) alpha_evax_proc.framesize, 4); in s_alpha_pdesc()
/freebsd-12.1/contrib/gcc/doc/
H A Dinvoke.texi690 -mwarn-framesize -mwarn-dynamicstack -mstack-size -mstack-guard}
12144 @item -mwarn-framesize=@var{framesize}
12145 @opindex mwarn-framesize
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-92958522 (pa_callinfo): Insert framesize into the unwind information as
8524 (pa_build_unwind_subspace): Do not insert framesize into the unwind
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200418007 "warn-framesize", "warn-dynamicstack", "stack-size" and