Home | History | Annotate | Download | only in priv

Lines Matching refs:AvCMov

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