Searched refs:current_function_pops_args (Results 1 – 18 of 18) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ns32k/ |
| H A D | ns32k.c | 388 if (current_function_pops_args) 389 fprintf (file, "\tret %d\n", current_function_pops_args); 450 if (current_function_pops_args) 451 fprintf (file, "\tret $%d\n", current_function_pops_args); 455 if (current_function_pops_args) 456 fprintf (file, "\tret %d\n", current_function_pops_args);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | function.h | 486 #define current_function_pops_args (cfun->pops_args) macro
|
| H A D | function.c | 3093 current_function_pops_args = RETURN_POPS_ARGS (fndecl, TREE_TYPE (fndecl), in assign_parms()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | function.h | 524 #define current_function_pops_args (cfun->pops_args) macro
|
| H A D | function.c | 5218 current_function_pops_args = RETURN_POPS_ARGS (fndecl, TREE_TYPE (fndecl),
|
| H A D | ChangeLog.2 | 11269 * function.c (current_function_pops_args, 11328 * output.h (current_function_pops_args,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| H A D | m68k.c | 797 if (current_function_pops_args) 798 fprintf (stream, "\trtd $%d\n", current_function_pops_args); 1121 if (current_function_pops_args) 1122 asm_fprintf (stream, "\trtd %0I%d\n", current_function_pops_args);
|
| H A D | m68k.md | 7480 if (current_function_pops_args == 0) 7482 operands[0] = GEN_INT (current_function_pops_args);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/ |
| H A D | ip2k.c | 349 && current_function_pops_args) 396 && ! (current_function_pops_args 407 if (current_function_pops_args 452 if (current_function_pops_args 481 if (current_function_pops_args && args_locals_size && need_ret)
|
| /openbsd-src/gnu/gcc/gcc/config/m68k/ |
| H A D | m68k.c | 1084 else if (current_function_pops_args) in m68k_output_function_epilogue() 1085 asm_fprintf (stream, "\trtd %I%d\n", current_function_pops_args); in m68k_output_function_epilogue()
|
| H A D | m68k.md | 6548 if (current_function_pops_args == 0) 6550 operands[0] = GEN_INT (current_function_pops_args);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.c | 4090 if (current_function_pops_args in ix86_can_use_return_insn_p() 5000 if (current_function_pops_args && current_function_args_size) 5002 rtx popc = GEN_INT (current_function_pops_args); 5008 if (current_function_pops_args >= 65536)
|
| H A D | i386.md | 13602 if (current_function_pops_args) 13604 rtx popc = GEN_INT (current_function_pops_args);
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.c | 4805 if (current_function_pops_args in ix86_can_use_return_insn_p() 5839 if (current_function_pops_args && current_function_args_size) in ix86_expand_epilogue() 5841 rtx popc = GEN_INT (current_function_pops_args); in ix86_expand_epilogue() 5847 if (current_function_pops_args >= 65536) in ix86_expand_epilogue()
|
| H A D | i386.md | 14255 if (current_function_pops_args) 14257 rtx popc = GEN_INT (current_function_pops_args);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | tm.texi | 4050 @findex current_function_pops_args 4054 @code{current_function_pops_args} is the number of bytes of its
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | tm.texi | 4383 @findex current_function_pops_args 4387 @code{current_function_pops_args} is the number of bytes of its
|
| H A D | gccint.info | 22893 `current_function_pops_args' is the number of bytes of its 32091 * current_function_pops_args: Function Entry. (line 106)
|