Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.h937 int aapcs_stack_words; /* If the argument is passed on the stack, this member
H A Daarch64.c6289 pcum->aapcs_stack_words = size / UNITS_PER_WORD; in aarch64_layout_arg()
6343 pcum->aapcs_stack_words = 0; in aarch64_init_cumulative_args()
6386 != (pcum->aapcs_stack_words != 0)); in aarch64_function_arg_advance()
6391 pcum->aapcs_stack_size += pcum->aapcs_stack_words; in aarch64_function_arg_advance()
6392 pcum->aapcs_stack_words = 0; in aarch64_function_arg_advance()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.h1035 int aapcs_stack_words; /* If the argument is passed on the stack, this member
H A Daarch64.cc7603 pcum->aapcs_stack_words = size / UNITS_PER_WORD; in aarch64_layout_arg()
7657 pcum->aapcs_stack_words = 0; in aarch64_init_cumulative_args()
7699 != (pcum->aapcs_stack_words != 0)); in aarch64_function_arg_advance()
7704 pcum->aapcs_stack_size += pcum->aapcs_stack_words; in aarch64_function_arg_advance()
7705 pcum->aapcs_stack_words = 0; in aarch64_function_arg_advance()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201434337 pcum->aapcs_stack_words.