Searched refs:ROUND_ADVANCE (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h569 /* The ROUND_ADVANCE* macros are local to this file. */
571 #define ROUND_ADVANCE(SIZE) \
577 ? ROUND_ADVANCE (int_size_in_bytes (TYPE)) \
578 : ROUND_ADVANCE (GET_MODE_SIZE (MODE)))
563 #define ROUND_ADVANCE macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arc/
H A Darc.h576 /* The ROUND_ADVANCE* macros are local to this file. */
578 #define ROUND_ADVANCE(SIZE) \
584 ? ROUND_ADVANCE (int_size_in_bytes (TYPE)) \
585 : ROUND_ADVANCE (GET_MODE_SIZE (MODE)))
570 #define ROUND_ADVANCE macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.h863 /* The ROUND_ADVANCE* macros are local to this file. */
865 #define ROUND_ADVANCE(SIZE) \
871 ? ROUND_ADVANCE ((unsigned int) int_size_in_bytes (TYPE)) \
872 : ROUND_ADVANCE ((unsigned int) GET_MODE_SIZE (MODE)))
856 #define ROUND_ADVANCE macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m32r/
H A Dm32r.h956 /* The ROUND_ADVANCE* macros are local to this file. */
958 #define ROUND_ADVANCE(SIZE) \
964 ? ROUND_ADVANCE ((unsigned int) int_size_in_bytes (TYPE)) \
965 : ROUND_ADVANCE ((unsigned int) GET_MODE_SIZE (MODE)))
949 #define ROUND_ADVANCE macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.h512 (ROUND_ADVANCE (GET_MODE_SIZE (MODE)))
586 #define ROUND_ADVANCE(SIZE) \ macro
H A Dmcore.c2697 return ROUND_ADVANCE (size);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mcore/
H A Dmcore.h520 (ROUND_ADVANCE (GET_MODE_SIZE (MODE)))
594 #define ROUND_ADVANCE(SIZE) \ macro
H A Dmcore.c2684 return ROUND_ADVANCE (size);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mt/
H A Dmt.c58 #define ROUND_ADVANCE(SIZE) (((SIZE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD) macro
585 ? ROUND_ADVANCE (GET_MODE_SIZE (mode))
586 : ROUND_ADVANCE (int_size_in_bytes (type)));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dsparc.c4367 #define ROUND_ADVANCE(SIZE) (((SIZE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
4969 int nwords = ROUND_ADVANCE (size), i;
5198 ? ROUND_ADVANCE (int_size_in_bytes (type))
5199 : ROUND_ADVANCE (GET_MODE_SIZE (mode))))
5314 ? ROUND_ADVANCE (GET_MODE_SIZE (mode))
5315 : ROUND_ADVANCE (int_size_in_bytes (type)));
5333 ? ROUND_ADVANCE (GET_MODE_SIZE (mode))
5334 : ROUND_ADVANCE (int_size_in_bytes (type)));
4355 #define ROUND_ADVANCE macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.c4671 #define ROUND_ADVANCE(SIZE) (((SIZE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
5304 int nwords = ROUND_ADVANCE (size), i;
5530 ? ROUND_ADVANCE (int_size_in_bytes (type))
5531 : ROUND_ADVANCE (GET_MODE_SIZE (mode))))
5640 ? ROUND_ADVANCE (GET_MODE_SIZE (mode))
5641 : ROUND_ADVANCE (int_size_in_bytes (type)));
5659 ? ROUND_ADVANCE (GET_MODE_SIZE (mode))
5660 : ROUND_ADVANCE (int_size_in_bytes (type)));
4659 #define ROUND_ADVANCE macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.c8106 ? ROUND_ADVANCE (GET_MODE_SIZE (mode))
8107 : ROUND_ADVANCE (int_size_in_bytes (type)))
8366 ? ROUND_ADVANCE (int_size_in_bytes (type))
8367 : ROUND_ADVANCE (GET_MODE_SIZE (mode)))));
8468 ? ROUND_ADVANCE (int_size_in_bytes (type))
8469 : ROUND_ADVANCE (GET_MODE_SIZE (mode))));
H A Dsh.h1604 #define ROUND_ADVANCE(SIZE) \
1597 #define ROUND_ADVANCE macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dsh.c7045 ? ROUND_ADVANCE (GET_MODE_SIZE (mode))
7046 : ROUND_ADVANCE (int_size_in_bytes (type)))
7305 ? ROUND_ADVANCE (int_size_in_bytes (type))
7306 : ROUND_ADVANCE (GET_MODE_SIZE (mode)))));
7359 ? ROUND_ADVANCE (int_size_in_bytes (type))
7360 : ROUND_ADVANCE (GET_MODE_SIZE (mode))));
H A Dsh.h1963 #define ROUND_ADVANCE(SIZE) \
1956 #define ROUND_ADVANCE macro

Completed in 270 milliseconds