Home | History | Annotate | Download | only in priv

Lines Matching refs:AddSubC

738    i->Pin.AddSubC.isAdd = isAdd;
739 i->Pin.AddSubC.setC = setC;
740 i->Pin.AddSubC.dst = dst;
741 i->Pin.AddSubC.srcL = srcL;
742 i->Pin.AddSubC.srcR = srcR;
1505 i->Pin.AddSubC.isAdd ? "add" : "sub",
1506 i->Pin.AddSubC.setC ? "c" : "e");
1507 ppHRegPPC(i->Pin.AddSubC.dst);
1509 ppHRegPPC(i->Pin.AddSubC.srcL);
1511 ppHRegPPC(i->Pin.AddSubC.srcR);
2244 addHRegUse(u, HRmWrite, i->Pin.AddSubC.dst);
2245 addHRegUse(u, HRmRead, i->Pin.AddSubC.srcL);
2246 addHRegUse(u, HRmRead, i->Pin.AddSubC.srcR);
2650 mapReg(m, &i->Pin.AddSubC.dst);
2651 mapReg(m, &i->Pin.AddSubC.srcL);
2652 mapReg(m, &i->Pin.AddSubC.srcR);
3942 Bool isAdd = i->Pin.AddSubC.isAdd;
3943 Bool setC = i->Pin.AddSubC.setC;
3944 UInt r_srcL = iregEnc(i->Pin.AddSubC.srcL, mode64);
3945 UInt r_srcR = iregEnc(i->Pin.AddSubC.srcR, mode64);
3946 UInt r_dst = iregEnc(i->Pin.AddSubC.dst, mode64);