Home | History | Annotate | Download | only in target-mips

Lines Matching refs:V1

1544     if (tlb->V1) {
1583 tlb->V1 = (env->CP0_EntryLo1 & 2) != 0;
1628 tlb->V1 = (env->CP0_EntryLo1 & 2) != 0;
1703 env->CP0_EntryLo1 = tlb->G | (tlb->V1 << 1) | (tlb->D1 << 2) |