Home
last modified time | relevance | path

Searched refs:function_arg_boundary (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips-protos.h185 extern int function_arg_boundary (enum machine_mode, tree);
H A Dmips.h1985 #define FUNCTION_ARG_BOUNDARY function_arg_boundary
H A Dmips.c3998 function_arg_boundary (enum machine_mode mode, tree type) in function_arg_boundary() function
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000-protos.h119 extern int function_arg_boundary (enum machine_mode, tree);
H A Drs6000.h1443 function_arg_boundary (MODE, TYPE)
H A Drs6000.c4548 function_arg_boundary (enum machine_mode mode, tree type) in function_arg_boundary() function
4581 align = function_arg_boundary (mode, type) / PARM_BOUNDARY - 1; in rs6000_parm_start()
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog.102670 * rs6000.c (function_arg_boundary): On V.4, long longs are always
4112 (function_arg_boundary): On Windows NT, any argument >= 8 bytes
4114 (function_arg{_advance,}): Call function_arg_boundary to determine
4151 (FUNCTION_ARG_BOUNDARY): Call function_arg_boundary.
H A DChangeLog-20062442 * config/xtensa/xtensa.c (function_arg_boundary): New.
2446 function_arg_boundary function that limits alignment to STACK_BOUNDARY.
3780 * config/rs6000/rs6000.c (function_arg_boundary): Double-word align
H A DChangeLog-20043005 * config/mips/mips-protos.h (function_arg_boundary): Declare.
3008 (FUNCTION_ARG_BOUNDARY): Use new function_arg_boundary function.
3009 * config/mips/mips.c (function_arg_boundary): New function.
4076 (function_arg_boundary): Align 8 to 16 byte vectors like SPE.
4354 (function_arg_boundary): Align large synthetic vectors.
34255 * config/rs6000/rs6000.c (function_arg_boundary): Always align
34277 * config/rs6000/rs6000.c (function_arg_boundary): Align for ABI_V4
H A DChangeLog-19985379 * rs6000.c (function_arg_boundary): Revert accidental change on
H A DChangeLog-199912676 (function_arg_boundary): Align DFmode.
H A DChangeLog-20016219 (function_arg_boundary): Vector arguments must be 16
H A DChangeLog-200530558 (function_arg_boundary): Handle 128-bit aligned structs.
H A DChangeLog-200212301 (function_arg_boundary): Return 64 for SPE vector modes.