Searched refs:avr_num_arg_regs (Results 1 – 4 of 4) sorted by relevance
164 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() function3387 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()
161 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() function3594 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()
5762 * config/avr/avr.c (avr_num_arg_regs): Remove -mpack-args.15102 (avr_num_arg_regs): New function. Round up to even number of
5523 * config/avr/avr.c (avr_num_arg_regs): Constify type.