Home
last modified time | relevance | path

Searched refs:ALTIVEC_ARG_MAX_REG (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.h1452 #define ALTIVEC_ARG_MAX_REG (ALTIVEC_ARG_MIN_REG + 11) macro
1453 #define ALTIVEC_ARG_NUM_REG (ALTIVEC_ARG_MAX_REG - ALTIVEC_ARG_MIN_REG + 1)
1509 || (IN_RANGE ((N), ALTIVEC_ARG_MIN_REG, ALTIVEC_ARG_MAX_REG) \
H A Drs6000-call.c5543 && (CUM)->vregno <= ALTIVEC_ARG_MAX_REG \
7122 for (i = 0; i < n_elts && cum->vregno + i <= ALTIVEC_ARG_MAX_REG; i++) in rs6000_function_arg()
7350 if (cum->vregno + n_elts > ALTIVEC_ARG_MAX_REG + 1) in rs6000_arg_partial_bytes()
7351 ret = (ALTIVEC_ARG_MAX_REG + 1 - cum->vregno) * 16; in rs6000_arg_partial_bytes()
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.h1444 #define ALTIVEC_ARG_MAX_REG (ALTIVEC_ARG_MIN_REG + 11) macro
1445 #define ALTIVEC_ARG_NUM_REG (ALTIVEC_ARG_MAX_REG - ALTIVEC_ARG_MIN_REG + 1)
1501 || (IN_RANGE ((N), ALTIVEC_ARG_MIN_REG, ALTIVEC_ARG_MAX_REG) \
H A Drs6000-call.cc101 && (CUM)->vregno <= ALTIVEC_ARG_MAX_REG \
1699 for (i = 0; i < n_elts && cum->vregno + i <= ALTIVEC_ARG_MAX_REG; i++) in rs6000_function_arg()
1917 if (cum->vregno + n_elts > ALTIVEC_ARG_MAX_REG + 1) in rs6000_arg_partial_bytes()
1918 ret = (ALTIVEC_ARG_MAX_REG + 1 - cum->vregno) * 16; in rs6000_arg_partial_bytes()
H A Drs6000-call.c5543 && (CUM)->vregno <= ALTIVEC_ARG_MAX_REG \
7122 for (i = 0; i < n_elts && cum->vregno + i <= ALTIVEC_ARG_MAX_REG; i++) in rs6000_function_arg()
7350 if (cum->vregno + n_elts > ALTIVEC_ARG_MAX_REG + 1) in rs6000_arg_partial_bytes()
7351 ret = (ALTIVEC_ARG_MAX_REG + 1 - cum->vregno) * 16; in rs6000_arg_partial_bytes()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20011259 ALTIVEC_ARG_MAX_REG to ALTIVEC_ARG_NUM_REG.
6144 (ALTIVEC_ARG_MAX_REG): New.