Home
last modified time | relevance | path

Searched refs:AddSubC (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.c788 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 …]
Dhost_ppc_defs.h573 } AddSubC; member