Searched refs:CondNames (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/InstPrinter/
H A DSystemZInstPrinter.cpp215 static const char *const CondNames[] = {
221 O << CondNames[Imm - 1];
/external/capstone/arch/SystemZ/
H A DSystemZInstPrinter.c367 static char *const CondNames[] = { local
374 SStream_concat0(O, CondNames[Imm - 1]);

Completed in 197 milliseconds