Home | History | Annotate | Download | only in priv

Lines Matching refs:Pvi

440    op->Pvi.Imm5s = simm5;
447 op->Pvi.Reg = reg;
455 vex_printf("%d", (Int)src->Pvi.Imm5s);
458 ppHRegPPC(src->Pvi.Reg);
473 addHRegUse(u, HRmRead, dst->Pvi.Reg);
485 dst->Pvi.Reg = lookupHRegRemap(m, dst->Pvi.Reg);
5263 simm5 = i->Pin.AvSplat.src->Pvi.Imm5s;
5271 vassert(hregClass(i->Pin.AvSplat.src->Pvi.Reg) == HRcVec128);
5272 v_src = vregEnc(i->Pin.AvSplat.src->Pvi.Reg);