Searched defs:showAMD64CondCode (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_amd64_defs.c159 const HChar* showAMD64CondCode ( AMD64CondCode cond ) function
1081 ? "" : showAMD64CondCode(i->Ain.Call.cond),
1090 showAMD64CondCode(i->Ain.XDirect.cond));
1101 showAMD64CondCode(i->Ain.XIndir.cond));
1111 showAMD64CondCode(i->Ain.XAssisted.cond));
1122 vex_printf("cmov%s ", showAMD64CondCode(i->Ain.CMov64.cond));
1129 showAMD64CondCode(i->Ain.CLoad.cond));
1139 showAMD64CondCode(i->Ain.CStore.cond));
1179 vex_printf("setq%s ", showAMD64CondCode(i->Ain.Set64.cond));
1308 vex_printf("cmov%s ", showAMD64CondCode(
[all...]

Completed in 63 milliseconds