Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_amd64_defs.h122 extern HChar* showAMD64CondCode ( AMD64CondCode );
Dhost_amd64_defs.c189 HChar* showAMD64CondCode ( AMD64CondCode cond ) in showAMD64CondCode() function
1141 ? "" : showAMD64CondCode(i->Ain.Call.cond), in ppAMD64Instr()
1148 showAMD64CondCode(i->Ain.Goto.cond)); in ppAMD64Instr()
1165 vex_printf("cmov%s ", showAMD64CondCode(i->Ain.CMov64.cond)); in ppAMD64Instr()
1201 vex_printf("setq%s ", showAMD64CondCode(i->Ain.Set64.cond)); in ppAMD64Instr()
1395 vex_printf("cmov%s ", showAMD64CondCode(i->Ain.SseCMov.cond)); in ppAMD64Instr()