Searched refs:AddSubC (Results 1 – 2 of 2) sorted by relevance
788 i->Pin.AddSubC.isAdd = isAdd; in PPCInstr_AddSubC()789 i->Pin.AddSubC.setC = setC; in PPCInstr_AddSubC()790 i->Pin.AddSubC.dst = dst; in PPCInstr_AddSubC()791 i->Pin.AddSubC.srcL = srcL; in PPCInstr_AddSubC()792 i->Pin.AddSubC.srcR = srcR; in PPCInstr_AddSubC()1494 i->Pin.AddSubC.isAdd ? "add" : "sub", in ppPPCInstr()1495 i->Pin.AddSubC.setC ? "c" : "e"); in ppPPCInstr()1496 ppHRegPPC(i->Pin.AddSubC.dst); in ppPPCInstr()1498 ppHRegPPC(i->Pin.AddSubC.srcL); in ppPPCInstr()1500 ppHRegPPC(i->Pin.AddSubC.srcR); in ppPPCInstr()[all …]
573 } AddSubC; member