Searched refs:showX86CondCode (Results 1 – 2 of 2) sorted by relevance
133 const HChar* showX86CondCode ( X86CondCode cond ) in showX86CondCode() function988 ? "" : 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()
112 extern const HChar* showX86CondCode ( X86CondCode );