Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1163 i->Pin.DfpD128toD64.op = op; in PPCInstr_DfpD128toD64()
1164 i->Pin.DfpD128toD64.src_hi = src_hi; in PPCInstr_DfpD128toD64()
1165 i->Pin.DfpD128toD64.src_lo = src_lo; in PPCInstr_DfpD128toD64()
1166 i->Pin.DfpD128toD64.dst = dst; in PPCInstr_DfpD128toD64()
2267 vex_printf("%s ", showPPCFpOp(i->Pin.DfpD128toD64.op)); in ppPPCInstr()
2268 ppHRegPPC(i->Pin.DfpD128toD64.dst); in ppPPCInstr()
2270 ppHRegPPC(i->Pin.DfpD128toD64.src_hi); in ppPPCInstr()
2719 addHRegUse(u, HRmWrite, i->Pin.DfpD128toD64.src_hi); in getRegUsage_PPCInstr()
2720 addHRegUse(u, HRmWrite, i->Pin.DfpD128toD64.src_lo); in getRegUsage_PPCInstr()
2721 addHRegUse(u, HRmWrite, i->Pin.DfpD128toD64.dst); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h1052 } DfpD128toD64; member