Home | History | Annotate | Download | only in priv

Lines Matching refs:vregNo

2929 static UInt vregNo ( HReg v )
4551 v_reg = vregNo(i->Pin.AvLdSt.reg);
4574 UInt v_dst = vregNo(i->Pin.AvUnary.dst);
4575 UInt v_src = vregNo(i->Pin.AvUnary.src);
4602 UInt v_dst = vregNo(i->Pin.AvBinary.dst);
4603 UInt v_srcL = vregNo(i->Pin.AvBinary.srcL);
4604 UInt v_srcR = vregNo(i->Pin.AvBinary.srcR);
4629 UInt v_dst = vregNo(i->Pin.AvBin8x16.dst);
4630 UInt v_srcL = vregNo(i->Pin.AvBin8x16.srcL);
4631 UInt v_srcR = vregNo(i->Pin.AvBin8x16.srcR);
4675 UInt v_dst = vregNo(i->Pin.AvBin16x8.dst);
4676 UInt v_srcL = vregNo(i->Pin.AvBin16x8.srcL);
4677 UInt v_srcR = vregNo(i->Pin.AvBin16x8.srcR);
4727 UInt v_dst = vregNo(i->Pin.AvBin32x4.dst);
4728 UInt v_srcL = vregNo(i->Pin.AvBin32x4.srcL);
4729 UInt v_srcR = vregNo(i->Pin.AvBin32x4.srcR);
4775 UInt v_dst = vregNo(i->Pin.AvBin32Fx4.dst);
4776 UInt v_srcL = vregNo(i->Pin.AvBin32Fx4.srcL);
4777 UInt v_srcR = vregNo(i->Pin.AvBin32Fx4.srcR);
4831 UInt v_dst = vregNo(i->Pin.AvUn32Fx4.dst);
4832 UInt v_src = vregNo(i->Pin.AvUn32Fx4.src);
4853 UInt v_dst = vregNo(i->Pin.AvPerm.dst);
4854 UInt v_srcL = vregNo(i->Pin.AvPerm.srcL);
4855 UInt v_srcR = vregNo(i->Pin.AvPerm.srcR);
4856 UInt v_ctl = vregNo(i->Pin.AvPerm.ctl);
4862 UInt v_ctl = vregNo(i->Pin.AvSel.ctl);
4863 UInt v_dst = vregNo(i->Pin.AvSel.dst);
4864 UInt v_srcL = vregNo(i->Pin.AvSel.srcL);
4865 UInt v_srcR = vregNo(i->Pin.AvSel.srcR);
4872 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst);
4873 UInt v_srcL = vregNo(i->Pin.AvShlDbl.srcL);
4874 vregNo(i->Pin.AvShlDbl.srcR);
4881 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst);
4899 v_src = vregNo(i->Pin.AvSplat.src->Pvi.Reg);
4907 UInt v_dst = vregNo(i->Pin.AvCMov.dst);
4908 UInt v_src = vregNo(i->Pin.AvCMov.src);
4926 UInt v_src = vregNo(i->Pin.AvLdVSCR.src);