Home | History | Annotate | Download | only in processor

Lines Matching refs:vector_save

624         Normalize128(&context_ppc64->vector_save.save_vr[vr_index], true);
625 Swap(&context_ppc64->vector_save.save_vr[vr_index]);
627 Swap(&context_ppc64->vector_save.save_vscr);
628 // Don't swap the padding fields in vector_save.
629 Swap(&context_ppc64->vector_save.save_vrvalid);
872 Normalize128(&context_ppc->vector_save.save_vr[vr_index], true);
901 Swap(&context_ppc->vector_save.save_vr[vr_index]);
903 Swap(&context_ppc->vector_save.save_vscr);
904 // Don't swap the padding fields in vector_save.
905 Swap(&context_ppc->vector_save.save_vrvalid);