Home
last modified time | relevance | path

Searched refs:avr_num_arg_regs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c164 static int avr_num_arg_regs (machine_mode, const_tree);
3363 avr_num_arg_regs (machine_mode mode, const_tree type) in avr_num_arg_regs() function
3387 int bytes = avr_num_arg_regs (arg.mode, arg.type); in avr_function_arg()
3405 int bytes = avr_num_arg_regs (arg.mode, arg.type); in avr_function_arg_advance()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc161 static int avr_num_arg_regs (machine_mode, const_tree);
3570 avr_num_arg_regs (machine_mode mode, const_tree type) in avr_num_arg_regs() function
3594 int bytes = avr_num_arg_regs (arg.mode, arg.type); in avr_function_arg()
3612 int bytes = avr_num_arg_regs (arg.mode, arg.type); in avr_function_arg_advance()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20005762 * config/avr/avr.c (avr_num_arg_regs): Remove -mpack-args.
15102 (avr_num_arg_regs): New function. Round up to even number of
H A DChangeLog-20105523 * config/avr/avr.c (avr_num_arg_regs): Constify type.