Home
last modified time | relevance | path

Searched refs:ROUND_ADVANCE (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/sparc/
Dsparc.c4395 #define ROUND_ADVANCE(SIZE) (((SIZE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD) macro
5000 int nwords = ROUND_ADVANCE (size), i; in function_arg_union_value()
5230 ? ROUND_ADVANCE (int_size_in_bytes (type)) in sparc_arg_partial_bytes()
5231 : ROUND_ADVANCE (GET_MODE_SIZE (mode)))) in sparc_arg_partial_bytes()
5341 ? ROUND_ADVANCE (GET_MODE_SIZE (mode)) in function_arg_advance()
5342 : ROUND_ADVANCE (int_size_in_bytes (type))); in function_arg_advance()
5360 ? ROUND_ADVANCE (GET_MODE_SIZE (mode)) in function_arg_advance()
5361 : ROUND_ADVANCE (int_size_in_bytes (type))); in function_arg_advance()
/freebsd-9-stable/contrib/gcc/
DChangeLog-19972033 (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
DFSFChangeLog.111645 (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
3249 (ROUND_ADVANCE, FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS): Likewise.
DChangeLog-200120666 (ROUND_ADVANCE): Remove signed/unsigned conflict.