Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDfunction.h505 #define current_function_arg_offset_rtx (cfun->arg_offset_rtx) macro
HDfunction.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()
HDbuiltins.c4139 current_function_arg_offset_rtx, in expand_builtin_next_arg()
HDChangeLog-199911257 current_function_outgoing_args_size, current_function_arg_offset_rtx,
11277 current_function_pretend_args_size, current_function_arg_offset_rtx,
/NextBSD/contrib/gcc/config/s390/
HDs390.c7956 off = INTVAL (current_function_arg_offset_rtx); in s390_va_start()