Searched refs:AddSubC (Results 1 – 2 of 2) sorted by relevance
738 i->Pin.AddSubC.isAdd = isAdd; in PPCInstr_AddSubC()739 i->Pin.AddSubC.setC = setC; in PPCInstr_AddSubC()740 i->Pin.AddSubC.dst = dst; in PPCInstr_AddSubC()741 i->Pin.AddSubC.srcL = srcL; in PPCInstr_AddSubC()742 i->Pin.AddSubC.srcR = srcR; in PPCInstr_AddSubC()1505 i->Pin.AddSubC.isAdd ? "add" : "sub", in ppPPCInstr()1506 i->Pin.AddSubC.setC ? "c" : "e"); in ppPPCInstr()1507 ppHRegPPC(i->Pin.AddSubC.dst); in ppPPCInstr()1509 ppHRegPPC(i->Pin.AddSubC.srcL); in ppPPCInstr()1511 ppHRegPPC(i->Pin.AddSubC.srcR); in ppPPCInstr()[all …]
575 } AddSubC; member