Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c977 i->Pin.Dfp64Binary.op = op; in PPCInstr_Dfp64Binary()
978 i->Pin.Dfp64Binary.dst = dst; in PPCInstr_Dfp64Binary()
979 i->Pin.Dfp64Binary.srcL = srcL; in PPCInstr_Dfp64Binary()
980 i->Pin.Dfp64Binary.srcR = srcR; in PPCInstr_Dfp64Binary()
2060 vex_printf("%s ", showPPCFpOp(i->Pin.Dfp64Binary.op)); in ppPPCInstr()
2061 ppHRegPPC(i->Pin.Dfp64Binary.dst); in ppPPCInstr()
2063 ppHRegPPC(i->Pin.Dfp64Binary.srcL); in ppPPCInstr()
2065 ppHRegPPC(i->Pin.Dfp64Binary.srcR); in ppPPCInstr()
2525 addHRegUse(u, HRmWrite, i->Pin.Dfp64Binary.dst); in getRegUsage_PPCInstr()
2526 addHRegUse(u, HRmRead, i->Pin.Dfp64Binary.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h888 } Dfp64Binary; member