Searched refs:FUNCTION_ARG_BOUNDARY (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dexpr.h183 /* Supply a default definition for FUNCTION_ARG_BOUNDARY. Normally, we let
187 #ifndef FUNCTION_ARG_BOUNDARY
188 #define FUNCTION_ARG_BOUNDARY(MODE, TYPE) PARM_BOUNDARY
186 #define FUNCTION_ARG_BOUNDARY macro
H A Dfunction.c2351 is FUNCTION_ARG_BOUNDARY. If we're using slot_offset, we're
3321 FUNCTION_ARG_BOUNDARY, forces the offset from the start of the argument
3374 boundary = FUNCTION_ARG_BOUNDARY (passed_mode, type);
H A Dbuiltins.c4263 boundary = FUNCTION_ARG_BOUNDARY (TYPE_MODE (type), type) / BITS_PER_UNIT;
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h1203 #define FUNCTION_ARG_BOUNDARY(MODE, TYPE) \
1189 #define FUNCTION_ARG_BOUNDARY macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h1595 #define FUNCTION_ARG_BOUNDARY(MODE, TYPE) \
1587 #define FUNCTION_ARG_BOUNDARY macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h1502 #define FUNCTION_ARG_BOUNDARY(MODE,TYPE) \
1496 #define FUNCTION_ARG_BOUNDARY macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h718 #define FUNCTION_ARG_BOUNDARY(MODE, TYPE) \
716 #define FUNCTION_ARG_BOUNDARY macro
H A Di386.c4843 if (FUNCTION_ARG_BOUNDARY (VOIDmode, type) <= 64
4848 HOST_WIDE_INT align = FUNCTION_ARG_BOUNDARY (VOIDmode, type) / 8;
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1446 #define FUNCTION_ARG_BOUNDARY(MODE, TYPE) \
1442 #define FUNCTION_ARG_BOUNDARY macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1996 #define FUNCTION_ARG_BOUNDARY function_arg_boundary
1985 #define FUNCTION_ARG_BOUNDARY macro
H A Dmips.c3809 doubleword_aligned_p = FUNCTION_ARG_BOUNDARY (mode, type) > BITS_PER_WORD;
4013 /* Implement FUNCTION_ARG_BOUNDARY. Every parameter gets at least

Completed in 476 milliseconds