Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1008 i->Pin.Dfp128Binary.op = op; in PPCInstr_Dfp128Binary()
1009 i->Pin.Dfp128Binary.dst_hi = dst_hi; in PPCInstr_Dfp128Binary()
1010 i->Pin.Dfp128Binary.dst_lo = dst_lo; in PPCInstr_Dfp128Binary()
1011 i->Pin.Dfp128Binary.srcR_hi = srcR_hi; in PPCInstr_Dfp128Binary()
1012 i->Pin.Dfp128Binary.srcR_lo = srcR_lo; in PPCInstr_Dfp128Binary()
2085 vex_printf("%s ", showPPCFpOp(i->Pin.Dfp128Binary.op)); in ppPPCInstr()
2086 ppHRegPPC(i->Pin.Dfp128Binary.dst_hi); in ppPPCInstr()
2088 ppHRegPPC(i->Pin.Dfp128Binary.srcR_hi); in ppPPCInstr()
2541 addHRegUse(u, HRmWrite, i->Pin.Dfp128Binary.dst_hi); in getRegUsage_PPCInstr()
2542 addHRegUse(u, HRmWrite, i->Pin.Dfp128Binary.dst_lo); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h911 } Dfp128Binary; member