Home | History | Annotate | Download | only in priv

Lines Matching refs:AvPerm

1089    i->Pin.AvPerm.dst  = dst;
1090 i->Pin.AvPerm.srcL = srcL;
1091 i->Pin.AvPerm.srcR = srcR;
1092 i->Pin.AvPerm.ctl = ctl;
1569 ppHRegPPC(i->Pin.AvPerm.dst);
1571 ppHRegPPC(i->Pin.AvPerm.srcL);
1573 ppHRegPPC(i->Pin.AvPerm.srcR);
1575 ppHRegPPC(i->Pin.AvPerm.ctl);
1876 addHRegUse(u, HRmWrite, i->Pin.AvPerm.dst);
1877 addHRegUse(u, HRmRead, i->Pin.AvPerm.srcL);
1878 addHRegUse(u, HRmRead, i->Pin.AvPerm.srcR);
1879 addHRegUse(u, HRmRead, i->Pin.AvPerm.ctl);
2072 mapReg(m, &i->Pin.AvPerm.dst);
2073 mapReg(m, &i->Pin.AvPerm.srcL);
2074 mapReg(m, &i->Pin.AvPerm.srcR);
2075 mapReg(m, &i->Pin.AvPerm.ctl);
3757 UInt v_dst = vregNo(i->Pin.AvPerm.dst);
3758 UInt v_srcL = vregNo(i->Pin.AvPerm.srcL);
3759 UInt v_srcR = vregNo(i->Pin.AvPerm.srcR);
3760 UInt v_ctl = vregNo(i->Pin.AvPerm.ctl);