Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.c159 const HChar* showAMD64CondCode ( AMD64CondCode cond ) in showAMD64CondCode() function
1103 ? "" : showAMD64CondCode(i->Ain.Call.cond), in ppAMD64Instr()
1112 showAMD64CondCode(i->Ain.XDirect.cond)); in ppAMD64Instr()
1123 showAMD64CondCode(i->Ain.XIndir.cond)); in ppAMD64Instr()
1133 showAMD64CondCode(i->Ain.XAssisted.cond)); in ppAMD64Instr()
1144 vex_printf("cmov%s ", showAMD64CondCode(i->Ain.CMov64.cond)); in ppAMD64Instr()
1151 showAMD64CondCode(i->Ain.CLoad.cond)); in ppAMD64Instr()
1161 showAMD64CondCode(i->Ain.CStore.cond)); in ppAMD64Instr()
1201 vex_printf("setq%s ", showAMD64CondCode(i->Ain.Set64.cond)); in ppAMD64Instr()
1295 showAMD64CondCode(i->Ain.SseCStore.cond)); in ppAMD64Instr()
[all …]
Dhost_amd64_defs.h119 extern const HChar* showAMD64CondCode ( AMD64CondCode );