Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1075 i->Pin.DfpD128toD64.op = op; in PPCInstr_DfpD128toD64()
1076 i->Pin.DfpD128toD64.src_hi = src_hi; in PPCInstr_DfpD128toD64()
1077 i->Pin.DfpD128toD64.src_lo = src_lo; in PPCInstr_DfpD128toD64()
1078 i->Pin.DfpD128toD64.dst = dst; in PPCInstr_DfpD128toD64()
2142 vex_printf("%s ", showPPCFpOp(i->Pin.DfpD128toD64.op)); in ppPPCInstr()
2143 ppHRegPPC(i->Pin.DfpD128toD64.dst); in ppPPCInstr()
2145 ppHRegPPC(i->Pin.DfpD128toD64.src_hi); in ppPPCInstr()
2576 addHRegUse(u, HRmWrite, i->Pin.DfpD128toD64.src_hi); in getRegUsage_PPCInstr()
2577 addHRegUse(u, HRmWrite, i->Pin.DfpD128toD64.src_lo); in getRegUsage_PPCInstr()
2578 addHRegUse(u, HRmWrite, i->Pin.DfpD128toD64.dst); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h966 } DfpD128toD64; member