Lines Matching refs:showPPCCondCode
196 const HChar* showPPCCondCode ( PPCCondCode cond ) in showPPCCondCode() function
1555 vex_printf("if (%s) ", showPPCCondCode(i->Pin.Call.cond)); in ppPPCInstr()
1575 showPPCCondCode(i->Pin.XDirect.cond)); in ppPPCInstr()
1597 showPPCCondCode(i->Pin.XIndir.cond)); in ppPPCInstr()
1609 showPPCCondCode(i->Pin.XAssisted.cond)); in ppPPCInstr()
1621 vex_printf("cmov (%s) ", showPPCCondCode(i->Pin.CMov.cond)); in ppPPCInstr()
1627 vex_printf("if (%s) ", showPPCCondCode(i->Pin.CMov.cond)); in ppPPCInstr()
1677 vex_printf("set (%s),", showPPCCondCode(cc)); in ppPPCInstr()
1799 vex_printf("fpcmov (%s) ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()
1806 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()
1993 vex_printf("avcmov (%s) ", showPPCCondCode(i->Pin.AvCMov.cond)); in ppPPCInstr()
2000 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.AvCMov.cond)); in ppPPCInstr()