Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1119 i->Pin.DfpRound.dst = dst; in PPCInstr_DfpRound()
1120 i->Pin.DfpRound.src = src; in PPCInstr_DfpRound()
1121 i->Pin.DfpRound.r_rmc = r_rmc; in PPCInstr_DfpRound()
2227 ppHRegPPC(i->Pin.DfpRound.dst); in ppPPCInstr()
2229 ppHRegPPC(i->Pin.DfpRound.src); in ppPPCInstr()
2231 ppPPCRI(i->Pin.DfpRound.r_rmc); /* R in bit 3 and RMC in bits 2:0 */ in ppPPCInstr()
2690 addHRegUse(u, HRmWrite, i->Pin.DfpRound.dst); in getRegUsage_PPCInstr()
2691 addHRegUse(u, HRmRead, i->Pin.DfpRound.src); in getRegUsage_PPCInstr()
3047 mapReg(m, &i->Pin.DfpRound.dst); in mapRegs_PPCInstr()
3048 mapReg(m, &i->Pin.DfpRound.src); in mapRegs_PPCInstr()
[all …]
Dhost_ppc_defs.h1010 } DfpRound; member