Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1085 i->Pin.DfpI64StoD128.op = op; in PPCInstr_DfpI64StoD128()
1086 i->Pin.DfpI64StoD128.src = src; in PPCInstr_DfpI64StoD128()
1087 i->Pin.DfpI64StoD128.dst_hi = dst_hi; in PPCInstr_DfpI64StoD128()
1088 i->Pin.DfpI64StoD128.dst_lo = dst_lo; in PPCInstr_DfpI64StoD128()
2150 vex_printf("%s ", showPPCFpOp(i->Pin.DfpI64StoD128.op)); in ppPPCInstr()
2151 ppHRegPPC(i->Pin.DfpI64StoD128.dst_hi); in ppPPCInstr()
2153 ppHRegPPC(i->Pin.DfpI64StoD128.src); in ppPPCInstr()
2581 addHRegUse(u, HRmWrite, i->Pin.DfpI64StoD128.src); in getRegUsage_PPCInstr()
2582 addHRegUse(u, HRmWrite, i->Pin.DfpI64StoD128.dst_hi); in getRegUsage_PPCInstr()
2583 addHRegUse(u, HRmWrite, i->Pin.DfpI64StoD128.dst_lo); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h972 } DfpI64StoD128; member