Searched refs:ARC_FUNCTION_ARG_BOUNDARY (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h734 #define ARC_FUNCTION_ARG_BOUNDARY(MODE,TYPE) PARM_BOUNDARY macro
737 ARC_FUNCTION_ARG_BOUNDARY reduces this to no more than 32 bit. */
739 ((((CUM) - 1) | (ARC_FUNCTION_ARG_BOUNDARY ((MODE), (TYPE)) - 1)/BITS_PER_WORD)\
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h736 #define ARC_FUNCTION_ARG_BOUNDARY(MODE,TYPE) PARM_BOUNDARY macro
739 ARC_FUNCTION_ARG_BOUNDARY reduces this to no more than 32 bit. */
741 ((((CUM) - 1) | (ARC_FUNCTION_ARG_BOUNDARY ((MODE), (TYPE)) - 1)/BITS_PER_WORD)\

Completed in 198 milliseconds