Searched refs:FpRSP (Results 1 – 2 of 2) sorted by relevance
1010 i->Pin.FpRSP.dst = dst; in PPCInstr_FpRSP()1011 i->Pin.FpRSP.src = src; in PPCInstr_FpRSP()1740 ppHRegPPC(i->Pin.FpRSP.dst); in ppPPCInstr()1742 ppHRegPPC(i->Pin.FpRSP.src); in ppPPCInstr()2299 addHRegUse(u, HRmWrite, i->Pin.FpRSP.dst); in getRegUsage_PPCInstr()2300 addHRegUse(u, HRmRead, i->Pin.FpRSP.src); in getRegUsage_PPCInstr()2619 mapReg(m, &i->Pin.FpRSP.dst); in mapRegs_PPCInstr()2620 mapReg(m, &i->Pin.FpRSP.src); in mapRegs_PPCInstr()4442 UInt fr_dst = fregNo(i->Pin.FpRSP.dst); in emit_PPCInstr()4443 UInt fr_src = fregNo(i->Pin.FpRSP.src); in emit_PPCInstr()
719 } FpRSP; member