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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c91 int cr_save_offset; /* offset to save CR from initial SP */ member in struct:rs6000_stack
13239 info_ptr->cr_save_offset = reg_size; /* first word when 64-bit. */
13246 info_ptr->cr_save_offset = info_ptr->gp_save_offset - info_ptr->cr_size;
13254 = 8 - (-info_ptr->cr_save_offset % 8);
13259 = info_ptr->cr_save_offset
13269 = info_ptr->cr_save_offset - info_ptr->vrsave_size;
13287 info_ptr->ehrd_offset = info_ptr->cr_save_offset;
13361 info_ptr->cr_save_offset = 0;
13488 if (info->cr_save_offset)
13489 fprintf (stderr, "\tcr_save_offset = %5d\n", info->cr_save_offset);
[all...]

Completed in 100 milliseconds