Home | History | Annotate | Download | only in priv

Lines Matching refs:vregNo

2301 static UInt vregNo ( HReg v )
3574 v_reg = vregNo(i->Pin.AvLdSt.reg);
3597 UInt v_dst = vregNo(i->Pin.AvUnary.dst);
3598 UInt v_src = vregNo(i->Pin.AvUnary.src);
3625 UInt v_dst = vregNo(i->Pin.AvBinary.dst);
3626 UInt v_srcL = vregNo(i->Pin.AvBinary.srcL);
3627 UInt v_srcR = vregNo(i->Pin.AvBinary.srcR);
3652 UInt v_dst = vregNo(i->Pin.AvBin8x16.dst);
3653 UInt v_srcL = vregNo(i->Pin.AvBin8x16.srcL);
3654 UInt v_srcR = vregNo(i->Pin.AvBin8x16.srcR);
3698 UInt v_dst = vregNo(i->Pin.AvBin16x8.dst);
3699 UInt v_srcL = vregNo(i->Pin.AvBin16x8.srcL);
3700 UInt v_srcR = vregNo(i->Pin.AvBin16x8.srcR);
3750 UInt v_dst = vregNo(i->Pin.AvBin32x4.dst);
3751 UInt v_srcL = vregNo(i->Pin.AvBin32x4.srcL);
3752 UInt v_srcR = vregNo(i->Pin.AvBin32x4.srcR);
3798 UInt v_dst = vregNo(i->Pin.AvBin32Fx4.dst);
3799 UInt v_srcL = vregNo(i->Pin.AvBin32Fx4.srcL);
3800 UInt v_srcR = vregNo(i->Pin.AvBin32Fx4.srcR);
3854 UInt v_dst = vregNo(i->Pin.AvUn32Fx4.dst);
3855 UInt v_src = vregNo(i->Pin.AvUn32Fx4.src);
3876 UInt v_dst = vregNo(i->Pin.AvPerm.dst);
3877 UInt v_srcL = vregNo(i->Pin.AvPerm.srcL);
3878 UInt v_srcR = vregNo(i->Pin.AvPerm.srcR);
3879 UInt v_ctl = vregNo(i->Pin.AvPerm.ctl);
3885 UInt v_ctl = vregNo(i->Pin.AvSel.ctl);
3886 UInt v_dst = vregNo(i->Pin.AvSel.dst);
3887 UInt v_srcL = vregNo(i->Pin.AvSel.srcL);
3888 UInt v_srcR = vregNo(i->Pin.AvSel.srcR);
3895 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst);
3896 UInt v_srcL = vregNo(i->Pin.AvShlDbl.srcL);
3897 UInt v_srcR = vregNo(i->Pin.AvShlDbl.srcR);
3904 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst);
3922 v_src = vregNo(i->Pin.AvSplat.src->Pvi.Reg);
3930 UInt v_dst = vregNo(i->Pin.AvCMov.dst);
3931 UInt v_src = vregNo(i->Pin.AvCMov.src);
3949 UInt v_src = vregNo(i->Pin.AvLdVSCR.src);