Home
last modified time | relevance | path

Searched refs:RS6000_ARG_SIZE (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.c3004 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);
Drs6000.h1683 #define RS6000_ARG_SIZE(MODE, TYPE) \ macro
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.54724 * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Remove unused NAMED
DChangeLog.49222 * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Use cast to suppress
DChangeLog.713105 (RS6000_ARG_SIZE): Remove unsigned cast of int_size_in_bytes.