Searched refs:showPPCCondCode (Results 1 – 2 of 2) sorted by relevance
196 const HChar* showPPCCondCode ( PPCCondCode cond ) in showPPCCondCode() function1555 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()[all …]
158 extern const HChar* showPPCCondCode ( PPCCondCode );