Home
last modified time | relevance | path

Searched refs:showPPCCondCode (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c196 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()
[all …]
Dhost_ppc_defs.h158 extern const HChar* showPPCCondCode ( PPCCondCode );