Lines Matching refs:ctl
1330 PPCInstr* PPCInstr_AvPerm ( HReg dst, HReg srcL, HReg srcR, HReg ctl ) { in PPCInstr_AvPerm() argument
1336 i->Pin.AvPerm.ctl = ctl; in PPCInstr_AvPerm()
1340 PPCInstr* PPCInstr_AvSel ( HReg ctl, HReg dst, HReg srcL, HReg srcR ) { in PPCInstr_AvSel() argument
1343 i->Pin.AvSel.ctl = ctl; in PPCInstr_AvSel()
1931 ppHRegPPC(i->Pin.AvPerm.ctl); in ppPPCInstr()
1942 ppHRegPPC(i->Pin.AvSel.ctl); in ppPPCInstr()
2470 addHRegUse(u, HRmRead, i->Pin.AvPerm.ctl); in getRegUsage_PPCInstr()
2474 addHRegUse(u, HRmRead, i->Pin.AvSel.ctl); in getRegUsage_PPCInstr()
2805 mapReg(m, &i->Pin.AvPerm.ctl); in mapRegs_PPCInstr()
2811 mapReg(m, &i->Pin.AvSel.ctl); in mapRegs_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()