Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/mips/
HDmips-protos.h185 extern int function_arg_boundary (enum machine_mode, tree);
HDmips.h1982 #define FUNCTION_ARG_BOUNDARY function_arg_boundary
HDmips.c3997 function_arg_boundary (enum machine_mode mode, tree type) in function_arg_boundary() function
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000-protos.h119 extern int function_arg_boundary (enum machine_mode, tree);
HDrs6000.h1443 function_arg_boundary (MODE, TYPE)
HDrs6000.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()
/NextBSD/contrib/gcc/
HDFSFChangeLog.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.
HDChangeLog-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
HDChangeLog-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
HDChangeLog-19985379 * rs6000.c (function_arg_boundary): Revert accidental change on
HDChangeLog-199912676 (function_arg_boundary): Align DFmode.
HDChangeLog-20016219 (function_arg_boundary): Vector arguments must be 16
HDChangeLog-200212301 (function_arg_boundary): Return 64 for SPE vector modes.
HDChangeLog-200530558 (function_arg_boundary): Handle 128-bit aligned structs.