Lines Matching refs:FpCMov
1211 i->Pin.FpCMov.cond = cond; in PPCInstr_FpCMov()
1212 i->Pin.FpCMov.dst = dst; in PPCInstr_FpCMov()
1213 i->Pin.FpCMov.src = src; in PPCInstr_FpCMov()
1799 vex_printf("fpcmov (%s) ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()
1800 ppHRegPPC(i->Pin.FpCMov.dst); in ppPPCInstr()
1802 ppHRegPPC(i->Pin.FpCMov.src); in ppPPCInstr()
1805 if (i->Pin.FpCMov.cond.test != Pct_ALWAYS) { in ppPPCInstr()
1806 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()
1809 ppHRegPPC(i->Pin.FpCMov.dst); in ppPPCInstr()
1811 ppHRegPPC(i->Pin.FpCMov.src); in ppPPCInstr()
1812 if (i->Pin.FpCMov.cond.test != Pct_ALWAYS) in ppPPCInstr()
2006 if (i->Pin.FpCMov.cond.test != Pct_ALWAYS) in ppPPCInstr()
2394 addHRegUse(u, HRmModify, i->Pin.FpCMov.dst); in getRegUsage_PPCInstr()
2395 addHRegUse(u, HRmRead, i->Pin.FpCMov.src); in getRegUsage_PPCInstr()
2745 mapReg(m, &i->Pin.FpCMov.dst); in mapRegs_PPCInstr()
2746 mapReg(m, &i->Pin.FpCMov.src); in mapRegs_PPCInstr()
4730 UInt fr_dst = fregEnc(i->Pin.FpCMov.dst); in emit_PPCInstr()
4731 UInt fr_src = fregEnc(i->Pin.FpCMov.src); in emit_PPCInstr()
4732 PPCCondCode cc = i->Pin.FpCMov.cond; in emit_PPCInstr()