Searched refs:upward (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Daix.h182 word/doubleword should be padded upward or downward. One could
185 then map the reg param area to registers, i.e., pad upward, which
195 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
H A Ddarwin.h423 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
H A Dlinux64.h250 than a doubleword should be padded upward or downward. You could
253 then map the reg param area to registers. i.e. pad upward.
256 doubleword being padded downward, and others being padded upward.
266 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
H A Drs6000.c4489 should be of type `enum direction': either `upward' to pad above
4513 bytes in size were passed padded upward.
4532 return upward;
4538 return upward;
/freebsd-11.0-release/contrib/gcc/
H A Dexpr.h91 enum direction {none, upward, downward};
166 usually pad upward, but pad short args downward on
171 ? upward \
176 ? downward : upward))
89 enum direction {none, upward, downward}; enumerator in enum:direction
H A Dexpr.c1662 == (BYTES_BIG_ENDIAN ? upward : downward)
2004 == (BYTES_BIG_ENDIAN ? upward : downward)
3607 = upward;
3611 `upward' for above, or `none' for don't pad it.
3619 where_pad = (where_pad == downward ? upward : downward);
H A Dcalls.c1586 upward on a BYTES_BIG_ENDIAN machine. */
1589 == (BYTES_BIG_ENDIAN ? upward : downward)))
4426 == (BYTES_BIG_ENDIAN ? upward : downward)))
H A Dfunction.c2350 /* If we're padding upward, we know that the alignment of the slot
2352 intentionally forcing upward padding. Otherwise we have to come
2484 == (BYTES_BIG_ENDIAN ? upward : downward)))
2612 != (BYTES_BIG_ENDIAN ? upward : downward)))
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Darm.h1471 (arm_pad_arg_upward (MODE, TYPE) ? upward : downward)
1474 (arm_pad_reg_upward (MODE, TYPE, FIRST) ? upward : downward)
H A Darm.c7147 return DEFAULT_FUNCTION_ARG_PADDING(mode, type) == upward;
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.h1996 (mips_pad_arg_upward (MODE, TYPE) ? upward : downward)
1999 (mips_pad_reg_upward (MODE, TYPE) ? upward : downward)
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dia64.c9195 return upward;
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dsparc.c5386 return upward;

Completed in 248 milliseconds