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

/haiku-buildtools/gcc/gcc/config/mcore/
H A Dmcore.h406 (ROUND_ADVANCE (GET_MODE_SIZE (MODE)))
470 #define ROUND_ADVANCE(SIZE) \ macro
H A Dmcore.c2738 return ROUND_ADVANCE (size);
/haiku-buildtools/legacy/gcc/gcc/config/arc/
H A Darc.h682 /* The ROUND_ADVANCE* macros are local to this file. */
684 #define ROUND_ADVANCE(SIZE) \
690 ? ROUND_ADVANCE (int_size_in_bytes (TYPE)) \
691 : ROUND_ADVANCE (GET_MODE_SIZE (MODE)))
676 #define ROUND_ADVANCE macro
/haiku-buildtools/legacy/gcc/gcc/config/sh/
H A Dsh.h968 #define ROUND_ADVANCE(SIZE) \
1009 ? ROUND_ADVANCE (int_size_in_bytes (TYPE)) \
1010 : ROUND_ADVANCE (GET_MODE_SIZE (MODE)))))
1072 ? ROUND_ADVANCE (GET_MODE_SIZE (MODE)) \
1073 : ROUND_ADVANCE (int_size_in_bytes (TYPE))) \
961 #define ROUND_ADVANCE macro
/haiku-buildtools/legacy/gcc/gcc/config/m32r/
H A Dm32r.h881 /* The ROUND_ADVANCE* macros are local to this file. */
883 #define ROUND_ADVANCE(SIZE) \
889 ? ROUND_ADVANCE (int_size_in_bytes (TYPE)) \
890 : ROUND_ADVANCE (GET_MODE_SIZE (MODE)))
874 #define ROUND_ADVANCE macro
/haiku-buildtools/gcc/gcc/config/arc/
H A Darc.h857 /* The ROUND_ADVANCE* macros are local to this file. */
859 #define ROUND_ADVANCE(SIZE) \ macro
865 ? ROUND_ADVANCE (int_size_in_bytes (TYPE)) \
866 : ROUND_ADVANCE (GET_MODE_SIZE (MODE)))
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c3457 #define ROUND_ADVANCE(SIZE) (((SIZE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
4069 ? ROUND_ADVANCE (int_size_in_bytes (type))
4070 : ROUND_ADVANCE (GET_MODE_SIZE (mode))))
4168 ? ROUND_ADVANCE (GET_MODE_SIZE (mode))
4169 : ROUND_ADVANCE (int_size_in_bytes (type)));
4195 ? ROUND_ADVANCE (GET_MODE_SIZE (mode))
4196 : ROUND_ADVANCE (int_size_in_bytes (type)));
3445 #define ROUND_ADVANCE macro
/haiku-buildtools/gcc/gcc/config/m32r/
H A Dm32r.c1203 /* The ROUND_ADVANCE* macros are local to this file. */
1205 #define ROUND_ADVANCE(SIZE) \
1211 ? ROUND_ADVANCE ((unsigned int) int_size_in_bytes (TYPE)) \
1212 : ROUND_ADVANCE ((unsigned int) GET_MODE_SIZE (MODE)))
1196 #define ROUND_ADVANCE macro
/haiku-buildtools/gcc/gcc/config/epiphany/
H A Depiphany.c707 /* The ROUND_ADVANCE* macros are local to this file. */
709 #define ROUND_ADVANCE(SIZE) \
715 ? ROUND_ADVANCE (int_size_in_bytes (TYPE)) \
716 : ROUND_ADVANCE (GET_MODE_SIZE (MODE)))
704 #define ROUND_ADVANCE macro
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c6208 #define ROUND_ADVANCE(SIZE) (((SIZE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
6829 int nwords = ROUND_ADVANCE (size), i;
7089 ? ROUND_ADVANCE (int_size_in_bytes (type))
7090 : ROUND_ADVANCE (GET_MODE_SIZE (mode))))
7200 ? ROUND_ADVANCE (GET_MODE_SIZE (mode))
7201 : ROUND_ADVANCE (int_size_in_bytes (type)));
7219 ? ROUND_ADVANCE (GET_MODE_SIZE (mode))
7220 : ROUND_ADVANCE (int_size_in_bytes (type)));
6197 #define ROUND_ADVANCE macro

Completed in 168 milliseconds