Searched refs:ROUND_ADVANCE (Results 1 – 4 of 4) sorted by relevance
4395 #define ROUND_ADVANCE(SIZE) (((SIZE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD) macro5000 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()
2033 (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
1645 (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.3249 (ROUND_ADVANCE, FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS): Likewise.
20666 (ROUND_ADVANCE): Remove signed/unsigned conflict.