Home
last modified time | relevance | path

Searched refs:current_function_args_info (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/gcc/
HDfunction.h501 #define current_function_args_info (cfun->args_info) macro
HDfunction.c3107 current_function_args_info = all.args_so_far; in assign_parms()
HDbuiltins.c4106 int *word_ptr = (int *) &current_function_args_info; in expand_builtin_args_info()
HDChangeLog-199911279 current_function_stdarg, current_function_args_info, cleanup_label,
11336 current_function_outgoing_args_size, current_function_args_info,
HDFSFChangeLog.118203 current_function_args_info.
HDChangeLog-200026689 now current_function_args_info.
HDChangeLog-200129093 functions, drop current_function_args_info.words test.
HDChangeLog-20026853 (expand_prologue): Use current_function_args_info.anonymous_args.
HDChangeLog-200310560 on 'stdarg_p' unconditional. Divide current_function_args_info.ints
HDChangeLog-200437963 (xtensa_builtin_saveregs): Use current_function_args_info.arg_words.
/NextBSD/contrib/gcc/config/s390/
HDs390.c6557 && current_function_args_info.gprs < GP_ARG_NUM_REG) in s390_register_info()
6559 int min_gpr = current_function_args_info.gprs; in s390_register_info()
6581 && current_function_args_info.fprs < FP_ARG_NUM_REG) in s390_register_info()
6583 int min_fpr = current_function_args_info.fprs; in s390_register_info()
7931 n_gpr = current_function_args_info.gprs; in s390_va_start()
7932 n_fpr = current_function_args_info.fprs; in s390_va_start()
/NextBSD/contrib/gcc/config/mips/
HDmips.c4218 cum = &current_function_args_info; in mips_va_start()
6689 && current_function_args_info.fp_code != 0) in mips_output_function_prologue()
7991 for (f = (unsigned int) current_function_args_info.fp_code; f != 0; f >>= 2) in build_mips16_function_stub()
8019 mips16_fp_args (file, current_function_args_info.fp_code, 1); in build_mips16_function_stub()
/NextBSD/contrib/gcc/config/i386/
HDi386.c4573 words = current_function_args_info.words; in ix86_va_start()
4574 n_gpr = current_function_args_info.regno; in ix86_va_start()
4575 n_fpr = current_function_args_info.sse_regno; in ix86_va_start()
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.c5863 words = current_function_args_info.words; in rs6000_va_start()
5864 n_gpr = MIN (current_function_args_info.sysv_gregno - GP_ARG_MIN_REG, in rs6000_va_start()
5866 n_fpr = MIN (current_function_args_info.fregno - FP_ARG_MIN_REG, in rs6000_va_start()
/NextBSD/contrib/gcc/config/sparc/
HDsparc.c5587 int first_reg = current_function_args_info.words; in sparc_builtin_saveregs()
/NextBSD/contrib/gcc/config/ia64/
HDia64.c2975 && current_frame_info.n_input_regs <= current_function_args_info.int_regs in ia64_expand_prologue()