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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c92 int vrsave_save_offset; /* offset to save VRSAVE from initial SP */ member in struct:rs6000_stack
13216 info_ptr->vrsave_save_offset
13223 = info_ptr->vrsave_save_offset & 0xF;
13228 = info_ptr->vrsave_save_offset
13268 info_ptr->vrsave_save_offset
13274 = 16 - (-info_ptr->vrsave_save_offset % 16);
13279 = info_ptr->vrsave_save_offset
13350 info_ptr->vrsave_save_offset = 0;
13481 if (info->vrsave_save_offset)
13483 info->vrsave_save_offset);
[all...]

Completed in 138 milliseconds