Home
last modified time | relevance | path

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

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