HomeSort by relevance Sort by last modified time
    Searched refs:CondNames (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.cpp 215 static const char *const CondNames[] = {
221 O << CondNames[Imm - 1];
  /external/capstone/arch/SystemZ/
SystemZInstPrinter.c 367 static char *const CondNames[] = {
374 SStream_concat0(O, CondNames[Imm - 1]);

Completed in 333 milliseconds