Searched refs:function_arg_boundary (Results 1 – 16 of 16) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/mips/ |
H A D | mips-protos.h | 185 extern int function_arg_boundary (enum machine_mode, tree);
|
H A D | mips.h | 1953 #define FUNCTION_ARG_BOUNDARY function_arg_boundary
|
H A D | mips.c | 3970 function_arg_boundary (enum machine_mode mode, tree type) in function_arg_boundary() function
|
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000-protos.h | 119 extern int function_arg_boundary (enum machine_mode, tree);
|
H A D | rs6000.h | 1443 function_arg_boundary (MODE, TYPE)
|
H A D | rs6000.c | 4515 function_arg_boundary (enum machine_mode mode, tree type) in function_arg_boundary() function 4548 align = function_arg_boundary (mode, type) / PARM_BOUNDARY - 1; in rs6000_parm_start()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | rs6000-protos.h | 142 extern int function_arg_boundary PARAMS ((enum machine_mode, tree));
|
H A D | rs6000.h | 1779 function_arg_boundary (MODE, TYPE)
|
H A D | rs6000.c | 2972 function_arg_boundary (mode, type) in function_arg_boundary() function 3068 && function_arg_boundary (mode, type) == 64) ? 1 : 0; 3209 && function_arg_boundary (mode, type) == 64) ? 1 : 0;
|
/openbsd-src/gnu/gcc/gcc/config/xtensa/ |
H A D | xtensa.h | 731 #define FUNCTION_ARG_BOUNDARY function_arg_boundary
|
H A D | xtensa.c | 1492 function_arg_boundary (enum machine_mode mode, tree type) in function_arg_boundary() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | FSFChangeLog.10 | 2670 * 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 D | ChangeLog.2 | 12676 (function_arg_boundary): Align DFmode.
|
H A D | ChangeLog.1 | 12698 * rs6000.c (function_arg_boundary): Revert accidental change on
|
H A D | ChangeLog | 18009 (function_arg_boundary): Return 64 for SPE vector modes.
|
H A D | ChangeLog.6 | 6219 (function_arg_boundary): Vector arguments must be 16
|