Searched refs:RETURN_POPS_ARGS (Results 1 – 19 of 19) sorted by relevance
| /NextBSD/contrib/gcc/config/s390/ |
| HD | s390.h | 600 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, SIZE) 0 macro
|
| /NextBSD/contrib/gcc/ |
| HD | calls.c | 251 HOST_WIDE_INT n_popped = RETURN_POPS_ARGS (fndecl, funtype, stack_size); in emit_call_1() 2233 || (RETURN_POPS_ARGS (fndecl, funtype, args_size.constant) in expand_call() 2234 != RETURN_POPS_ARGS (current_function_decl, in expand_call()
|
| HD | FSFChangeLog.11 | 6992 * gmicro.h (RETURN_POPS_ARGS): Make sure FUNDECL is non-nil 6994 * m68k.h (RETURN_POPS_ARGS): Likewise. 6995 * ns32k.h (RETURN_POPS_ARGS): Likewise. 6996 * pyr.h (RETURN_POPS_ARGS): Likewise. 7270 * i386/{isc,next,sco,sco5,scodbx}.h (RETURN_POPS_ARGS): Likewise. 8147 to second arg of RETURN_POPS_ARGS. 8506 * i386/isc.h (obsolete RETURN_POPS_ARGS): Test first argument 8508 * i386/next.h (RETURN_POPS_ARGS): Likewise. 8509 * i386/sco.h (RETURN_POPS_ARGS): Likewise. 8510 * i386/sco5.h (RETURN_POPS_ARGS): Likewise. [all …]
|
| HD | function.c | 3101 current_function_pops_args = RETURN_POPS_ARGS (fndecl, TREE_TYPE (fndecl), in assign_parms()
|
| HD | FSFChangeLog.10 | 6845 * m88k.h (RETURN_POPS_ARGS): New argument. 7662 (RETURN_POPS_ARGS): Call i386_return_pops_args to do the real work. 7711 (RETURN_POPS_ARGS): Likewise. 8353 * i386/winnt.h (RETURN_POPS_ARGS): Call lookup_attribute. 9253 * i386/winnt.h (RETURN_POPS_ARGS, ENCODE_SECTION_INFO): Call
|
| HD | ChangeLog-2003 | 8117 * config/m68k/m68k.h (MASK_RTD, TARGET_RTD, RETURN_POPS_ARGS): 8244 * config/m68k/m68k.h (RETURN_POPS_ARGS): Always evaluate to 0. 25908 (RETURN_POPS_ARGS): Likewise.
|
| HD | ChangeLog-2000 | 4648 RETURN_POPS_ARGS(). 23918 to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
|
| HD | ChangeLog-1998 | 1347 * ns32k.h (RETURN_POPS_ARGS, VALID_MACHINE_DECL_ATTRIBUTE,
|
| HD | ChangeLog-1999 | 9093 * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
|
| HD | ChangeLog-2001 | 31607 * config/vax/vax.h (RETURN_POPS_ARGS): Max at 255 arguments.
|
| HD | ChangeLog-2002 | 35273 (RETURN_POPS_ARGS): Add parenthesis.
|
| /NextBSD/contrib/gcc/config/ia64/ |
| HD | ia64.h | 1110 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACK_SIZE) 0 macro
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sparc.h | 1452 #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0 macro
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | i386.h | 1442 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, SIZE) \ macro
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | mips.h | 1851 #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0 macro
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | arm.h | 1290 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, SIZE) 0 macro
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | rs6000.h | 1264 #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0 macro
|
| /NextBSD/contrib/gcc/doc/ |
| HD | tm.texi | 3704 @defmac RETURN_POPS_ARGS (@var{fundecl}, @var{funtype}, @var{stack-size}) 3745 pops off the stack. It is added to the value of @code{RETURN_POPS_ARGS} 3754 call site, not of the called function, @code{RETURN_POPS_ARGS} is not 4383 Your definition of the macro @code{RETURN_POPS_ARGS} decides which
|
| HD | md.texi | 4069 if @code{RETURN_POPS_ARGS} is nonzero. They should emit a @code{parallel} 4073 For machines where @code{RETURN_POPS_ARGS} can be nonzero, the use of these
|