Lines Matching refs:AvSel
1343 i->Pin.AvSel.ctl = ctl; in PPCInstr_AvSel()
1344 i->Pin.AvSel.dst = dst; in PPCInstr_AvSel()
1345 i->Pin.AvSel.srcL = srcL; in PPCInstr_AvSel()
1346 i->Pin.AvSel.srcR = srcR; in PPCInstr_AvSel()
1936 ppHRegPPC(i->Pin.AvSel.dst); in ppPPCInstr()
1938 ppHRegPPC(i->Pin.AvSel.srcL); in ppPPCInstr()
1940 ppHRegPPC(i->Pin.AvSel.srcR); in ppPPCInstr()
1942 ppHRegPPC(i->Pin.AvSel.ctl); in ppPPCInstr()
2473 addHRegUse(u, HRmWrite, i->Pin.AvSel.dst); in getRegUsage_PPCInstr()
2474 addHRegUse(u, HRmRead, i->Pin.AvSel.ctl); in getRegUsage_PPCInstr()
2475 addHRegUse(u, HRmRead, i->Pin.AvSel.srcL); in getRegUsage_PPCInstr()
2476 addHRegUse(u, HRmRead, i->Pin.AvSel.srcR); in getRegUsage_PPCInstr()
2808 mapReg(m, &i->Pin.AvSel.dst); in mapRegs_PPCInstr()
2809 mapReg(m, &i->Pin.AvSel.srcL); in mapRegs_PPCInstr()
2810 mapReg(m, &i->Pin.AvSel.srcR); in mapRegs_PPCInstr()
2811 mapReg(m, &i->Pin.AvSel.ctl); in mapRegs_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()