Lines Matching refs:AvCMov
1378 i->Pin.AvCMov.cond = cond; in PPCInstr_AvCMov()
1379 i->Pin.AvCMov.dst = dst; in PPCInstr_AvCMov()
1380 i->Pin.AvCMov.src = src; in PPCInstr_AvCMov()
1993 vex_printf("avcmov (%s) ", showPPCCondCode(i->Pin.AvCMov.cond)); in ppPPCInstr()
1994 ppHRegPPC(i->Pin.AvCMov.dst); in ppPPCInstr()
1996 ppHRegPPC(i->Pin.AvCMov.src); in ppPPCInstr()
1999 if (i->Pin.AvCMov.cond.test != Pct_ALWAYS) { in ppPPCInstr()
2000 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.AvCMov.cond)); in ppPPCInstr()
2003 ppHRegPPC(i->Pin.AvCMov.dst); in ppPPCInstr()
2005 ppHRegPPC(i->Pin.AvCMov.src); in ppPPCInstr()
2494 addHRegUse(u, HRmModify, i->Pin.AvCMov.dst); in getRegUsage_PPCInstr()
2495 addHRegUse(u, HRmRead, i->Pin.AvCMov.src); in getRegUsage_PPCInstr()
2827 mapReg(m, &i->Pin.AvCMov.dst); in mapRegs_PPCInstr()
2828 mapReg(m, &i->Pin.AvCMov.src); in mapRegs_PPCInstr()
5280 UInt v_dst = vregEnc(i->Pin.AvCMov.dst); in emit_PPCInstr()
5281 UInt v_src = vregEnc(i->Pin.AvCMov.src); in emit_PPCInstr()
5282 PPCCondCode cc = i->Pin.AvCMov.cond; in emit_PPCInstr()