Home | History | Annotate | Download | only in priv

Lines Matching refs:AddSubC

760    i->Pin.AddSubC.isAdd = isAdd;
761 i->Pin.AddSubC.setC = setC;
762 i->Pin.AddSubC.dst = dst;
763 i->Pin.AddSubC.srcL = srcL;
764 i->Pin.AddSubC.srcR = srcR;
1213 i->Pin.AddSubC.isAdd ? "add" : "sub",
1214 i->Pin.AddSubC.setC ? "c" : "e");
1215 ppHRegPPC(i->Pin.AddSubC.dst);
1217 ppHRegPPC(i->Pin.AddSubC.srcL);
1219 ppHRegPPC(i->Pin.AddSubC.srcR);
1662 addHRegUse(u, HRmWrite, i->Pin.AddSubC.dst);
1663 addHRegUse(u, HRmRead, i->Pin.AddSubC.srcL);
1664 addHRegUse(u, HRmRead, i->Pin.AddSubC.srcR);
1933 mapReg(m, &i->Pin.AddSubC.dst);
1934 mapReg(m, &i->Pin.AddSubC.srcL);
1935 mapReg(m, &i->Pin.AddSubC.srcR);
2797 Bool isAdd = i->Pin.AddSubC.isAdd;
2798 Bool setC = i->Pin.AddSubC.setC;
2799 UInt r_srcL = iregNo(i->Pin.AddSubC.srcL, mode64);
2800 UInt r_srcR = iregNo(i->Pin.AddSubC.srcR, mode64);
2801 UInt r_dst = iregNo(i->Pin.AddSubC.dst, mode64);