Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c962 i->Pin.FpRSP.dst = dst; in PPCInstr_FpRSP()
963 i->Pin.FpRSP.src = src; in PPCInstr_FpRSP()
1759 ppHRegPPC(i->Pin.FpRSP.dst); in ppPPCInstr()
1761 ppHRegPPC(i->Pin.FpRSP.src); in ppPPCInstr()
2386 addHRegUse(u, HRmWrite, i->Pin.FpRSP.dst); in getRegUsage_PPCInstr()
2387 addHRegUse(u, HRmRead, i->Pin.FpRSP.src); in getRegUsage_PPCInstr()
2737 mapReg(m, &i->Pin.FpRSP.dst); in mapRegs_PPCInstr()
2738 mapReg(m, &i->Pin.FpRSP.src); in mapRegs_PPCInstr()
4679 UInt fr_dst = fregEnc(i->Pin.FpRSP.dst); in emit_PPCInstr()
4680 UInt fr_src = fregEnc(i->Pin.FpRSP.src); in emit_PPCInstr()
Dhost_ppc_defs.h722 } FpRSP; member