Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c84 static unsigned int m32c_function_arg_boundary (machine_mode, const_tree);
1413 #define TARGET_FUNCTION_ARG_BOUNDARY m32c_function_arg_boundary
1415 m32c_function_arg_boundary (machine_mode mode ATTRIBUTE_UNUSED, in m32c_function_arg_boundary() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc85 static unsigned int m32c_function_arg_boundary (machine_mode, const_tree);
1417 #define TARGET_FUNCTION_ARG_BOUNDARY m32c_function_arg_boundary
1419 m32c_function_arg_boundary (machine_mode mode ATTRIBUTE_UNUSED, in m32c_function_arg_boundary() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20104931 * config/m32c/m32c.c (m32c_function_arg_boundary): Define.