Searched refs:altivec_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c103 int altivec_size; /* size of saved AltiVec registers */ member in struct:rs6000_stack
13119 info_ptr->altivec_size = 16 * (LAST_ALTIVEC_REGNO + 1
13221 if (info_ptr->altivec_size != 0)
13230 - info_ptr->altivec_size;
13231 gcc_assert (info_ptr->altivec_size == 0
13272 if (info_ptr->altivec_size != 0)
13281 - info_ptr->altivec_size;
13296 + info_ptr->altivec_size
13346 if (! TARGET_ALTIVEC_ABI || info_ptr->altivec_size == 0)
13517 if (info->altivec_size)
[all...]

Completed in 299 milliseconds