Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc6234 mips_function_arg_padding (machine_mode mode, const_tree type) in mips_function_arg_padding() function
6282 return mips_function_arg_padding (mode, type) == PAD_UPWARD; in mips_pad_reg_upward()
22914 #define TARGET_FUNCTION_ARG_PADDING mips_function_arg_padding
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c6184 mips_function_arg_padding (machine_mode mode, const_tree type) in mips_function_arg_padding() function
6232 return mips_function_arg_padding (mode, type) == PAD_UPWARD; in mips_pad_reg_upward()
22712 #define TARGET_FUNCTION_ARG_PADDING mips_function_arg_padding
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201716687 (mips_function_arg_padding): ...this new function.