Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.c4549 && ((current_function_args_info.call_cookie
4571 && current_function_args_info.call_cookie
4651 - current_function_args_info.stack_regs * 8, in sh_expand_prologue()
4656 if (TARGET_SHCOMPACT && flag_pic && current_function_args_info.call_cookie) in sh_expand_prologue()
4664 && (current_function_args_info.call_cookie & ~ CALL_COOKIE_RET_TRAMP(1))) in sh_expand_prologue()
4672 if (CALL_COOKIE_STACKSEQ_GET (current_function_args_info.call_cookie) in sh_expand_prologue()
4678 (current_function_args_info.call_cookie, reg) == 1) in sh_expand_prologue()
4685 GEN_INT (current_function_args_info.call_cookie)); in sh_expand_prologue()
4719 - current_function_args_info.arg_count[(int) SH_ARG_INT] in sh_expand_prologue()
4950 && (current_function_args_info.call_cookie & ~ CALL_COOKIE_RET_TRAMP(1))) in sh_expand_prologue()
[all …]
H A Dsh.h1633 (! TARGET_SHCOMPACT || current_function_args_info.stack_regs == 0)
/openbsd-src/gnu/gcc/gcc/
H A Dfunction.h495 #define current_function_args_info (cfun->args_info) macro
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.c5598 && ((current_function_args_info.call_cookie in calc_live_regs()
5625 && current_function_args_info.call_cookie in calc_live_regs()
5876 > current_function_args_info.arg_count[(int) SH_ARG_INT])) in sh_expand_prologue()
5879 - current_function_args_info.stack_regs * 8, in sh_expand_prologue()
5882 if (TARGET_SHCOMPACT && flag_pic && current_function_args_info.call_cookie) in sh_expand_prologue()
5890 && (current_function_args_info.call_cookie & ~ CALL_COOKIE_RET_TRAMP(1))) in sh_expand_prologue()
5898 if (CALL_COOKIE_STACKSEQ_GET (current_function_args_info.call_cookie) in sh_expand_prologue()
5904 (current_function_args_info.call_cookie, reg) == 1) in sh_expand_prologue()
5911 GEN_INT (current_function_args_info.call_cookie)); in sh_expand_prologue()
5947 - current_function_args_info.arg_count[(int) SH_ARG_INT] in sh_expand_prologue()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfunction.h536 #define current_function_args_info (cfun->args_info) macro
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.c2076 int arg_words = current_function_args_info.arg_words; in xtensa_builtin_saveregs()
2111 arg_words = current_function_args_info.arg_words; in xtensa_va_start()
2387 num_arg_regs = current_function_args_info.arg_words; in order_regs_for_local_alloc()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.c2268 if (current_function_args_info < 8
2269 && (current_function_args_info & 1))
/openbsd-src/gnu/gcc/gcc/config/arc/
H A Darc.c2283 if (current_function_args_info < 8 in arc_va_start()
2284 && (current_function_args_info & 1)) in arc_va_start()
/openbsd-src/gnu/gcc/gcc/config/mmix/
H A Dmmix.c779 if (!TARGET_ABI_GNU && regno < current_function_args_info.regs - 1) in mmix_reorg()
781 regno = current_function_args_info.regs - 1; in mmix_reorg()
/openbsd-src/gnu/gcc/gcc/config/m88k/
H A Dm88k.c1813 size_int (current_function_args_info)); in m88k_va_start()
1819 if (current_function_args_info >= 8 && ! stdarg_p) in m88k_va_start()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.c762 if (!TARGET_ABI_GNU && regno < current_function_args_info.regs - 1)
764 regno = current_function_args_info.regs - 1;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i960/
H A Di960.c2627 s = build_int_2 ((current_function_args_info.ca_nregparms
2628 + current_function_args_info.ca_nstackparms) * 4, 0);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.c2420 arg_words = current_function_args_info.arg_words;
2693 num_arg_regs = current_function_args_info.arg_words; in order_regs_for_local_alloc()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m88k/
H A Dm88k.c2455 build_int_2 (current_function_args_info, 0));
2461 if (current_function_args_info >= 8 && ! stdarg_p)
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.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()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.c1208 build_int_2 (current_function_args_info * UNITS_PER_WORD, 0));
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c4191 cum = &current_function_args_info; in mips_va_start()
6666 && current_function_args_info.fp_code != 0) in mips_output_function_prologue()
7968 for (f = (unsigned int) current_function_args_info.fp_code; f != 0; f >>= 2) in build_mips16_function_stub()
7996 mips16_fp_args (file, current_function_args_info.fp_code, 1); in build_mips16_function_stub()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c4717 const CUMULATIVE_ARGS *cum = &current_function_args_info;
7254 && current_function_args_info.fp_code != 0)
9042 for (f = (unsigned int) current_function_args_info.fp_code; f != 0; f >>= 2)
9069 mips16_fp_args (file, current_function_args_info.fp_code, 1);
/openbsd-src/gnu/gcc/gcc/config/v850/
H A Dv850.c1603 else if (current_function_args_info.anonymous_args) in expand_prologue()
/openbsd-src/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.c1384 current_function_args_info * UNITS_PER_WORD)); in xstormy16_expand_builtin_va_start()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.c1656 else if (current_function_args_info.anonymous_args) in expand_prologue()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.c2243 words = current_function_args_info; /* __builtin_args_info (0) */
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c1369 int_arg_words = current_function_args_info.arg_words; in iq2000_va_start()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c5818 n_gpr = current_function_args_info.gprs;
5819 n_fpr = current_function_args_info.fprs;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c3501 words = current_function_args_info.words;
3502 n_gpr = current_function_args_info.sysv_gregno - GP_ARG_MIN_REG;
3503 n_fpr = current_function_args_info.fregno - FP_ARG_MIN_REG;

12