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
1652 vex_printf("if (%s) ", showPPCCondCode(i->Pin.Call.cond)); in ppPPCInstr()
1672 showPPCCondCode(i->Pin.XDirect.cond)); in ppPPCInstr()
1694 showPPCCondCode(i->Pin.XIndir.cond)); in ppPPCInstr()
1706 showPPCCondCode(i->Pin.XAssisted.cond)); in ppPPCInstr()
1718 vex_printf("cmov (%s) ", showPPCCondCode(i->Pin.CMov.cond)); in ppPPCInstr()
1724 vex_printf("if (%s) ", showPPCCondCode(i->Pin.CMov.cond)); in ppPPCInstr()
1774 vex_printf("set (%s),", showPPCCondCode(cc)); in ppPPCInstr()
1918 vex_printf("fpcmov (%s) ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()
1925 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()
[all …]
Dhost_ppc_defs.h158 extern const HChar* showPPCCondCode ( PPCCondCode );