Home | History | Annotate | Download | only in priv

Lines Matching refs:showPPCCondCode

276 HChar* showPPCCondCode ( PPCCondCode cond )
1262 vex_printf("if (%s) ", showPPCCondCode(i->Pin.Call.cond));
1280 vex_printf("if (%s) ", showPPCCondCode(i->Pin.Goto.cond));
1299 vex_printf("cmov (%s) ", showPPCCondCode(i->Pin.CMov.cond));
1305 vex_printf("if (%s) ", showPPCCondCode(i->Pin.CMov.cond));
1349 vex_printf("set (%s),", showPPCCondCode(cc));
1452 vex_printf("fpcmov (%s) ", showPPCCondCode(i->Pin.FpCMov.cond));
1459 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.FpCMov.cond));
1613 vex_printf("avcmov (%s) ", showPPCCondCode(i->Pin.AvCMov.cond));
1620 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.AvCMov.cond));