Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_defs.c195 const HChar *showMIPSCondCode(MIPSCondCode cond) in showMIPSCondCode() function
1221 vex_printf(" = %s ( ", showMIPSCondCode(i->Min.Cmp.cond)); in ppMIPSInstr()
1292 vex_printf("if (%s) ", showMIPSCondCode(i->Min.Call.cond)); in ppMIPSInstr()
1317 showMIPSCondCode(i->Min.XDirect.cond)); in ppMIPSInstr()
1327 showMIPSCondCode(i->Min.XIndir.cond)); in ppMIPSInstr()
1336 showMIPSCondCode(i->Min.XAssisted.cond)); in ppMIPSInstr()
Dhost_mips_defs.h168 extern const HChar *showMIPSCondCode(MIPSCondCode);