Home
last modified time | relevance | path

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 Dns32k.c388 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 Dfunction.h486 #define current_function_pops_args (cfun->pops_args) macro
H A Dfunction.c3093 current_function_pops_args = RETURN_POPS_ARGS (fndecl, TREE_TYPE (fndecl), in assign_parms()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfunction.h524 #define current_function_pops_args (cfun->pops_args) macro
H A Dfunction.c5218 current_function_pops_args = RETURN_POPS_ARGS (fndecl, TREE_TYPE (fndecl),
H A DChangeLog.211269 * function.c (current_function_pops_args,
11328 * output.h (current_function_pops_args,
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68k.c797 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 Dm68k.md7480 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 Dip2k.c349 && 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 Dm68k.c1084 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 Dm68k.md6548 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 Di386.c4090 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 Di386.md13602 if (current_function_pops_args)
13604 rtx popc = GEN_INT (current_function_pops_args);
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.c4805 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 Di386.md14255 if (current_function_pops_args)
14257 rtx popc = GEN_INT (current_function_pops_args);
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dtm.texi4050 @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 Dtm.texi4383 @findex current_function_pops_args
4387 @code{current_function_pops_args} is the number of bytes of its
H A Dgccint.info22893 `current_function_pops_args' is the number of bytes of its
32091 * current_function_pops_args: Function Entry. (line 106)