Searched refs:AvSel (Results 1 – 2 of 2) sorted by relevance
1156 i->Pin.AvSel.ctl = ctl; in PPCInstr_AvSel()1157 i->Pin.AvSel.dst = dst; in PPCInstr_AvSel()1158 i->Pin.AvSel.srcL = srcL; in PPCInstr_AvSel()1159 i->Pin.AvSel.srcR = srcR; in PPCInstr_AvSel()1658 ppHRegPPC(i->Pin.AvSel.dst); in ppPPCInstr()1660 ppHRegPPC(i->Pin.AvSel.srcL); in ppPPCInstr()1662 ppHRegPPC(i->Pin.AvSel.srcR); in ppPPCInstr()1664 ppHRegPPC(i->Pin.AvSel.ctl); in ppPPCInstr()1960 addHRegUse(u, HRmWrite, i->Pin.AvSel.dst); in getRegUsage_PPCInstr()1961 addHRegUse(u, HRmRead, i->Pin.AvSel.ctl); in getRegUsage_PPCInstr()[all …]
762 } AvSel; member