Home
last modified time | relevance | path

Searched refs:CondNames (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/InstPrinter/
DSystemZInstPrinter.cpp227 static const char *const CondNames[] = { in printCond4Operand() local
233 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()