Lines Matching refs:FpCmp
1227 i->Pin.FpCmp.dst = dst; in PPCInstr_FpCmp()
1228 i->Pin.FpCmp.srcL = srcL; in PPCInstr_FpCmp()
1229 i->Pin.FpCmp.srcR = srcR; in PPCInstr_FpCmp()
1823 ppHRegPPC(i->Pin.FpCmp.srcL); in ppPPCInstr()
1825 ppHRegPPC(i->Pin.FpCmp.srcR); in ppPPCInstr()
1827 ppHRegPPC(i->Pin.FpCmp.dst); in ppPPCInstr()
1829 ppHRegPPC(i->Pin.FpCmp.dst); in ppPPCInstr()
1831 ppHRegPPC(i->Pin.FpCmp.dst); in ppPPCInstr()
2401 addHRegUse(u, HRmWrite, i->Pin.FpCmp.dst); in getRegUsage_PPCInstr()
2402 addHRegUse(u, HRmRead, i->Pin.FpCmp.srcL); in getRegUsage_PPCInstr()
2403 addHRegUse(u, HRmRead, i->Pin.FpCmp.srcR); in getRegUsage_PPCInstr()
2752 mapReg(m, &i->Pin.FpCmp.dst); in mapRegs_PPCInstr()
2753 mapReg(m, &i->Pin.FpCmp.srcL); in mapRegs_PPCInstr()
2754 mapReg(m, &i->Pin.FpCmp.srcR); in mapRegs_PPCInstr()
4758 UInt r_dst = iregEnc(i->Pin.FpCmp.dst, mode64); in emit_PPCInstr()
4759 UInt fr_srcL = fregEnc(i->Pin.FpCmp.srcL); in emit_PPCInstr()
4760 UInt fr_srcR = fregEnc(i->Pin.FpCmp.srcR); in emit_PPCInstr()