Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1173 i->Pin.DfpI64StoD128.op = op; in PPCInstr_DfpI64StoD128()
1174 i->Pin.DfpI64StoD128.src = src; in PPCInstr_DfpI64StoD128()
1175 i->Pin.DfpI64StoD128.dst_hi = dst_hi; in PPCInstr_DfpI64StoD128()
1176 i->Pin.DfpI64StoD128.dst_lo = dst_lo; in PPCInstr_DfpI64StoD128()
2275 vex_printf("%s ", showPPCFpOp(i->Pin.DfpI64StoD128.op)); in ppPPCInstr()
2276 ppHRegPPC(i->Pin.DfpI64StoD128.dst_hi); in ppPPCInstr()
2278 ppHRegPPC(i->Pin.DfpI64StoD128.src); in ppPPCInstr()
2724 addHRegUse(u, HRmWrite, i->Pin.DfpI64StoD128.src); in getRegUsage_PPCInstr()
2725 addHRegUse(u, HRmWrite, i->Pin.DfpI64StoD128.dst_hi); in getRegUsage_PPCInstr()
2726 addHRegUse(u, HRmWrite, i->Pin.DfpI64StoD128.dst_lo); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h1058 } DfpI64StoD128; member