Lines Matching refs:ctl
1330 PPCInstr* PPCInstr_AvPerm ( HReg dst, HReg srcL, HReg srcR, HReg ctl ) {
1336 i->Pin.AvPerm.ctl = ctl;
1340 PPCInstr* PPCInstr_AvSel ( HReg ctl, HReg dst, HReg srcL, HReg srcR ) {
1343 i->Pin.AvSel.ctl = ctl;
1931 ppHRegPPC(i->Pin.AvPerm.ctl);
1942 ppHRegPPC(i->Pin.AvSel.ctl);
2470 addHRegUse(u, HRmRead, i->Pin.AvPerm.ctl);
2474 addHRegUse(u, HRmRead, i->Pin.AvSel.ctl);
2805 mapReg(m, &i->Pin.AvPerm.ctl);
2811 mapReg(m, &i->Pin.AvSel.ctl);
5205 UInt v_ctl = vregEnc(i->Pin.AvPerm.ctl);
5211 UInt v_ctl = vregEnc(i->Pin.AvSel.ctl);