Searched refs:RS6000_ARG_SIZE (Results 1 – 5 of 5) sorted by relevance
3004 cum->words += RS6000_ARG_SIZE (mode, type);3020 cum->words += RS6000_ARG_SIZE (mode, type);3033 n_words = RS6000_ARG_SIZE (mode, type);3070 cum->words += align + RS6000_ARG_SIZE (mode, type);3177 n_words = RS6000_ARG_SIZE (mode, type);3233 + RS6000_ARG_SIZE (mode, type)3276 && GP_ARG_NUM_REG < (cum->words + RS6000_ARG_SIZE (mode, type)))3376 first_reg_offset += RS6000_ARG_SIZE (TYPE_MODE (type), type);
1683 #define RS6000_ARG_SIZE(MODE, TYPE) \ macro
4724 * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Remove unused NAMED
9222 * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Use cast to suppress
13105 (RS6000_ARG_SIZE): Remove unsigned cast of int_size_in_bytes.