Searched refs:AvSel (Results 1 – 2 of 2) sorted by relevance
1379 i->Pin.AvSel.ctl = ctl; in PPCInstr_AvSel()1380 i->Pin.AvSel.dst = dst; in PPCInstr_AvSel()1381 i->Pin.AvSel.srcL = srcL; in PPCInstr_AvSel()1382 i->Pin.AvSel.srcR = srcR; in PPCInstr_AvSel()1909 ppHRegPPC(i->Pin.AvSel.dst); in ppPPCInstr()1911 ppHRegPPC(i->Pin.AvSel.srcL); in ppPPCInstr()1913 ppHRegPPC(i->Pin.AvSel.srcR); in ppPPCInstr()1915 ppHRegPPC(i->Pin.AvSel.ctl); in ppPPCInstr()2381 addHRegUse(u, HRmWrite, i->Pin.AvSel.dst); in getRegUsage_PPCInstr()2382 addHRegUse(u, HRmRead, i->Pin.AvSel.ctl); in getRegUsage_PPCInstr()[all …]
816 } AvSel; member