Home
last modified time | relevance | path

Searched refs:arm_function_arg_padding (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c195 static pad_direction arm_function_arg_padding (machine_mode, const_tree);
562 #define TARGET_FUNCTION_ARG_PADDING arm_function_arg_padding
16550 arm_function_arg_padding (machine_mode mode, const_tree type) in arm_function_arg_padding() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc198 static pad_direction arm_function_arg_padding (machine_mode, const_tree);
557 #define TARGET_FUNCTION_ARG_PADDING arm_function_arg_padding
16725 arm_function_arg_padding (machine_mode mode, const_tree type) in arm_function_arg_padding() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201716673 (arm_function_arg_padding): ...this new function.