Home | History | Annotate | Download | only in processor

Lines Matching full:gpr_index

603       for (unsigned int gpr_index = 0;
604 gpr_index < MD_CONTEXT_PPC64_GPR_COUNT;
605 ++gpr_index) {
606 Swap(&context_ppc64->gpr[gpr_index]);
879 for (unsigned int gpr_index = 0;
880 gpr_index < MD_CONTEXT_PPC_GPR_COUNT;
881 ++gpr_index) {
882 Swap(&context_ppc->gpr[gpr_index]);
945 for (unsigned int gpr_index = 0;
946 gpr_index < MD_CONTEXT_SPARC_GPR_COUNT;
947 ++gpr_index) {
948 Swap(&context_sparc->g_r[gpr_index]);