Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1057 i->Pin.Dfp64Unary.op = op; in PPCInstr_Dfp64Unary()
1058 i->Pin.Dfp64Unary.dst = dst; in PPCInstr_Dfp64Unary()
1059 i->Pin.Dfp64Unary.src = src; in PPCInstr_Dfp64Unary()
2178 vex_printf("%s ", showPPCFpOp(i->Pin.Dfp64Unary.op)); in ppPPCInstr()
2179 ppHRegPPC(i->Pin.Dfp64Unary.dst); in ppPPCInstr()
2181 ppHRegPPC(i->Pin.Dfp64Unary.src); in ppPPCInstr()
2664 addHRegUse(u, HRmWrite, i->Pin.Dfp64Unary.dst); in getRegUsage_PPCInstr()
2665 addHRegUse(u, HRmRead, i->Pin.Dfp64Unary.src); in getRegUsage_PPCInstr()
3014 mapReg(m, &i->Pin.Dfp64Unary.dst); in mapRegs_PPCInstr()
3015 mapReg(m, &i->Pin.Dfp64Unary.src); in mapRegs_PPCInstr()
[all …]
Dhost_ppc_defs.h968 } Dfp64Unary; member