Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.c133 const HChar* showX86CondCode ( X86CondCode cond ) in showX86CondCode() function
988 ? "" : showX86CondCode(i->Xin.Call.cond), in ppX86Instr()
996 showX86CondCode(i->Xin.XDirect.cond)); in ppX86Instr()
1006 showX86CondCode(i->Xin.XIndir.cond)); in ppX86Instr()
1015 showX86CondCode(i->Xin.XAssisted.cond)); in ppX86Instr()
1025 vex_printf("cmov%s ", showX86CondCode(i->Xin.CMov32.cond)); in ppX86Instr()
1045 vex_printf("setl%s ", showX86CondCode(i->Xin.Set32.cond)); in ppX86Instr()
1120 vex_printf("gcmov%s ", showX86CondCode(i->Xin.FpCMov.cond)); in ppX86Instr()
1193 vex_printf("cmov%s ", showX86CondCode(i->Xin.SseCMov.cond)); in ppX86Instr()
Dhost_x86_defs.h112 extern const HChar* showX86CondCode ( X86CondCode );