Lines Matching refs:vregEnc
3076 inline static UInt vregEnc ( HReg v ) in vregEnc() function
4790 v_reg = vregEnc(i->Pin.AvLdSt.reg); in emit_PPCInstr()
4813 UInt v_dst = vregEnc(i->Pin.AvUnary.dst); in emit_PPCInstr()
4814 UInt v_src = vregEnc(i->Pin.AvUnary.src); in emit_PPCInstr()
4847 UInt v_dst = vregEnc(i->Pin.AvBinary.dst); in emit_PPCInstr()
4848 UInt v_srcL = vregEnc(i->Pin.AvBinary.srcL); in emit_PPCInstr()
4849 UInt v_srcR = vregEnc(i->Pin.AvBinary.srcR); in emit_PPCInstr()
4874 UInt v_dst = vregEnc(i->Pin.AvBin8x16.dst); in emit_PPCInstr()
4875 UInt v_srcL = vregEnc(i->Pin.AvBin8x16.srcL); in emit_PPCInstr()
4876 UInt v_srcR = vregEnc(i->Pin.AvBin8x16.srcR); in emit_PPCInstr()
4922 UInt v_dst = vregEnc(i->Pin.AvBin16x8.dst); in emit_PPCInstr()
4923 UInt v_srcL = vregEnc(i->Pin.AvBin16x8.srcL); in emit_PPCInstr()
4924 UInt v_srcR = vregEnc(i->Pin.AvBin16x8.srcR); in emit_PPCInstr()
4976 UInt v_dst = vregEnc(i->Pin.AvBin32x4.dst); in emit_PPCInstr()
4977 UInt v_srcL = vregEnc(i->Pin.AvBin32x4.srcL); in emit_PPCInstr()
4978 UInt v_srcR = vregEnc(i->Pin.AvBin32x4.srcR); in emit_PPCInstr()
5035 UInt v_dst = vregEnc(i->Pin.AvBin64x2.dst); in emit_PPCInstr()
5036 UInt v_srcL = vregEnc(i->Pin.AvBin64x2.srcL); in emit_PPCInstr()
5037 UInt v_srcR = vregEnc(i->Pin.AvBin64x2.srcR); in emit_PPCInstr()
5066 UInt v_dst = vregEnc(i->Pin.AvCipherV128Unary.dst); in emit_PPCInstr()
5067 UInt v_src = vregEnc(i->Pin.AvCipherV128Unary.src); in emit_PPCInstr()
5078 UInt v_dst = vregEnc(i->Pin.AvCipherV128Binary.dst); in emit_PPCInstr()
5079 UInt v_srcL = vregEnc(i->Pin.AvCipherV128Binary.srcL); in emit_PPCInstr()
5080 UInt v_srcR = vregEnc(i->Pin.AvCipherV128Binary.srcR); in emit_PPCInstr()
5094 UInt v_dst = vregEnc(i->Pin.AvHashV128Binary.dst); in emit_PPCInstr()
5095 UInt v_src = vregEnc(i->Pin.AvHashV128Binary.src); in emit_PPCInstr()
5108 UInt v_dst = vregEnc(i->Pin.AvBCDV128Trinary.dst); in emit_PPCInstr()
5109 UInt v_src1 = vregEnc(i->Pin.AvBCDV128Trinary.src1); in emit_PPCInstr()
5110 UInt v_src2 = vregEnc(i->Pin.AvBCDV128Trinary.src2); in emit_PPCInstr()
5124 UInt v_dst = vregEnc(i->Pin.AvBin32Fx4.dst); in emit_PPCInstr()
5125 UInt v_srcL = vregEnc(i->Pin.AvBin32Fx4.srcL); in emit_PPCInstr()
5126 UInt v_srcR = vregEnc(i->Pin.AvBin32Fx4.srcR); in emit_PPCInstr()
5180 UInt v_dst = vregEnc(i->Pin.AvUn32Fx4.dst); in emit_PPCInstr()
5181 UInt v_src = vregEnc(i->Pin.AvUn32Fx4.src); in emit_PPCInstr()
5202 UInt v_dst = vregEnc(i->Pin.AvPerm.dst); in emit_PPCInstr()
5203 UInt v_srcL = vregEnc(i->Pin.AvPerm.srcL); in emit_PPCInstr()
5204 UInt v_srcR = vregEnc(i->Pin.AvPerm.srcR); in emit_PPCInstr()
5205 UInt v_ctl = vregEnc(i->Pin.AvPerm.ctl); in emit_PPCInstr()
5211 UInt v_ctl = vregEnc(i->Pin.AvSel.ctl); in emit_PPCInstr()
5212 UInt v_dst = vregEnc(i->Pin.AvSel.dst); in emit_PPCInstr()
5213 UInt v_srcL = vregEnc(i->Pin.AvSel.srcL); in emit_PPCInstr()
5214 UInt v_srcR = vregEnc(i->Pin.AvSel.srcR); in emit_PPCInstr()
5220 UInt v_dst = vregEnc(i->Pin.AvSh.dst); in emit_PPCInstr()
5245 UInt v_dst = vregEnc(i->Pin.AvShlDbl.dst); in emit_PPCInstr()
5246 UInt v_srcL = vregEnc(i->Pin.AvShlDbl.srcL); in emit_PPCInstr()
5247 UInt v_srcR = vregEnc(i->Pin.AvShlDbl.srcR); in emit_PPCInstr()
5254 UInt v_dst = vregEnc(i->Pin.AvShlDbl.dst); in emit_PPCInstr()
5272 v_src = vregEnc(i->Pin.AvSplat.src->Pvi.Reg); in emit_PPCInstr()
5280 UInt v_dst = vregEnc(i->Pin.AvCMov.dst); in emit_PPCInstr()
5281 UInt v_src = vregEnc(i->Pin.AvCMov.src); in emit_PPCInstr()
5300 UInt v_src = vregEnc(i->Pin.AvLdVSCR.src); in emit_PPCInstr()