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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c105 int vrsave_size; /* size to hold VRSAVE if not in save_size */ member in struct:rs6000_stack
12940 info_ptr->vrsave_size = 4;
13196 info_ptr->vrsave_size = 4;
13198 info_ptr->vrsave_size = 0;
13217 = info_ptr->gp_save_offset - info_ptr->vrsave_size;
13269 = info_ptr->cr_save_offset - info_ptr->vrsave_size;
13302 + info_ptr->vrsave_size,
13520 if (info->vrsave_size)
13521 fprintf (stderr, "\tvrsave_size = %5d\n", info->vrsave_size);

Completed in 109 milliseconds