Searched refs:function_arg_boundary (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips-protos.h185 extern int function_arg_boundary (enum machine_mode, tree);
H A Dmips.h1996 #define FUNCTION_ARG_BOUNDARY function_arg_boundary
H A Dmips.c4018 function_arg_boundary (enum machine_mode mode, tree type)
3998 function_arg_boundary (enum machine_mode mode, tree type) function
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000-protos.h119 extern int function_arg_boundary (enum machine_mode, tree);
H A Drs6000.h1447 function_arg_boundary (MODE, TYPE)
H A Drs6000.c4560 function_arg_boundary (enum machine_mode mode, tree type)
4593 align = function_arg_boundary (mode, type) / PARM_BOUNDARY - 1;
4548 function_arg_boundary (enum machine_mode mode, tree type) function

Completed in 235 milliseconds