Home
last modified time | relevance | path

Searched refs:prologues (Results 1 – 25 of 63) sorted by relevance

123

/openbsd/gnu/usr.bin/gcc/gcc/config/avr/
H A Dt-avr28 # so use -mcall-prologues for smaller code size.
29 TARGET_LIBGCC2_CFLAGS = -DDF=SF -Dinhibit_libc -mcall-prologues
/openbsd/gnu/gcc/gcc/config/avr/
H A Davr.opt22 mcall-prologues
24 Use subroutines for function prologues and epilogues
H A Dt-avr24 # so use -mcall-prologues for smaller code size.
25 TARGET_LIBGCC2_CFLAGS = -DDF=SF -Dinhibit_libc -mcall-prologues -Os
/openbsd/gnu/llvm/lld/ELF/
H A DInputSection.cpp987 DenseSet<Defined *> &prologues, in switchMorestackCallsToMorestackNonSplit() argument
1004 std::vector<Defined *> functions(prologues.begin(), prologues.end()); in switchMorestackCallsToMorestackNonSplit()
1023 const DenseSet<Defined *> &prologues) { in enclosingPrologueAttempted() argument
1024 for (Defined *f : prologues) in enclosingPrologueAttempted()
1037 DenseSet<Defined *> prologues; in adjustSplitStackFunctionPrologues() local
1064 if (enclosingPrologueAttempted(rel.offset, prologues)) in adjustSplitStackFunctionPrologues()
1068 prologues.insert(f); in adjustSplitStackFunctionPrologues()
1080 switchMorestackCallsToMorestackNonSplit(prologues, morestackCalls); in adjustSplitStackFunctionPrologues()
/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850.opt52 Use stubs for function prologues
/openbsd/gnu/gcc/gcc/config/pa/
H A Dlib2funcs.asm2 ; Subroutines for out of line prologues and epilogues on for the HPPA
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dlib2funcs.asm2 ; Subroutines for out of line prologues and epilogues on for the HPPA
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm.opt119 Do not load the PIC register in function prologues
H A DREADME-interworking193 given ARM encoded prologues, which will work with the ARM encoded
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/
H A DTODO194 prologues will need to look different. For sparc, the immediate field
/openbsd/gnu/gcc/gcc/doc/
H A Dcfg.texi348 feature is currently used for multiple entry point prologues and is
350 emit alternate prologues for functions called from different contexts.
/openbsd/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td36 Desc<"Skip function prologues when setting breakpoints by name.">;
/openbsd/gnu/llvm/llvm/docs/
H A DReleaseNotes.rst294 prologues/epilogues earlier in some cases.
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1997112 and improve handling of frameless prologues; (d30v_push_arguments):
1666 line prologues.
2656 (mips_skip_prologue): Recognize both 16- and 32-bit prologues.
2687 (mips_find_saved_regs): Recognize mips16 prologues.
H A DChangeLog-1994232 (skip_prologue): Add recognition of flat prologues.
2469 * m88k-tdep.c (examine_prologue): Modified to handle prologues for
2470 pic code in addition to prologues where an instruction from the
2966 * Don't skip prologues if debugging assembly source.
3314 * mips-tdep.c (mips_skip_prologue): Handle prologues for functions
3340 * General cleanups to use ConsolePrintf, standard prologues, etc...
H A DChangeLog-1991667 skipping function prologues, ala the other cpu families (i386,
669 instructions in the prologues. Still needs support for profile
789 from i960-tdep.c and adapt to the function prologues on the 88k.
4358 user's statements if that code looks like function prologues.
4379 (examine_prologue): Cache information about function prologues in
H A DChangeLog-19951953 * rs6000-tdep.c (skip_prologue): Recognize V.4 prologues as well
3079 regarding prologues. Use BUILD_INSN.
3691 use the PDR, just examine prologues instead.
3734 use the PDR, just examine prologues instead.
H A DChangeLog-199629 compiler prologues using register save functions and short store
877 prologues correctly. First, prologue end is now defined by
906 sign bugs with scanning prologues. Get a little smarter about
H A DChangeLog-20034449 current frame matches the cfm that should occur for the prologues
6963 Properly scan prologues generated by gcc with the -mcall-prologues
6965 Add code to scan -mcall-prologues for mega devices.
8898 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A DREADME-interworking193 given ARM encoded prologues, which will work with the ARM encoded
/openbsd/gnu/gcc/gcc/config/fr30/
H A Dfr30.md415 ;; is during function prologues and epilogues.
/openbsd/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.md410 ;; is during function prologues and epilogues.
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.md413 ;; The 19980616 change to emit prologues as RTL also confused some
414 ;; versions of GDB, which also interprets prologues. This has been
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.md431 ;; The 19980616 change to emit prologues as RTL also confused some
432 ;; versions of GDB, which also interprets prologues. This has been
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dinvoke.texi564 -mcall-prologues -mno-tablejump -mtiny-stack}
6059 different function prologues), and this information can be used to
9401 @item -mcall-prologues
9402 @opindex mcall-prologues
9403 Functions prologues/epilogues expanded as call to appropriate

123