Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_arm64_defs.c205 static const HChar* showARM64CondCode ( ARM64CondCode cond ) { in showARM64CondCode() function
2046 showARM64CondCode(i->ARM64in.XDirect.cond)); in ppARM64Instr()
2057 showARM64CondCode(i->ARM64in.XIndir.cond)); in ppARM64Instr()
2068 showARM64CondCode(i->ARM64in.XAssisted.cond)); in ppARM64Instr()
2085 vex_printf(", %s", showARM64CondCode(i->ARM64in.CSel.cond)); in ppARM64Instr()
2090 ? " " : showARM64CondCode(i->ARM64in.Call.cond)); in ppARM64Instr()