Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.c276 HChar* showPPCCondCode ( PPCCondCode cond ) in showPPCCondCode() function
1321 vex_printf("if (%s) ", showPPCCondCode(i->Pin.Call.cond)); in ppPPCInstr()
1339 vex_printf("if (%s) ", showPPCCondCode(i->Pin.Goto.cond)); in ppPPCInstr()
1358 vex_printf("cmov (%s) ", showPPCCondCode(i->Pin.CMov.cond)); in ppPPCInstr()
1364 vex_printf("if (%s) ", showPPCCondCode(i->Pin.CMov.cond)); in ppPPCInstr()
1408 vex_printf("set (%s),", showPPCCondCode(cc)); in ppPPCInstr()
1530 vex_printf("fpcmov (%s) ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()
1537 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()
1691 vex_printf("avcmov (%s) ", showPPCCondCode(i->Pin.AvCMov.cond)); in ppPPCInstr()
1698 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.AvCMov.cond)); in ppPPCInstr()
Dhost_ppc_defs.h185 extern HChar* showPPCCondCode ( PPCCondCode );