Home
last modified time | relevance | path

Searched refs:current_function_arg_offset_rtx (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dfunction.h505 #define current_function_arg_offset_rtx (cfun->arg_offset_rtx) macro
H A Dfunction.c3089 current_function_arg_offset_rtx in assign_parms()
3095 current_function_arg_offset_rtx = ARGS_SIZE_RTX (all.stack_args_size); in assign_parms()
H A Dbuiltins.c4139 current_function_arg_offset_rtx, in expand_builtin_next_arg()
H A DChangeLog-199911257 current_function_outgoing_args_size, current_function_arg_offset_rtx,
11277 current_function_pretend_args_size, current_function_arg_offset_rtx,
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c7956 off = INTVAL (current_function_arg_offset_rtx); in s390_va_start()