Home
last modified time | relevance | path

Searched refs:CondNames (Results 1 – 4 of 4) 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/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZInstPrinter.cpp231 static const char *const CondNames[] = { in printCond4Operand() local
237 O << CondNames[Imm - 1]; in printCond4Operand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZInstPrinter.cpp230 static const char *const CondNames[] = { in printCond4Operand() local
236 O << CondNames[Imm - 1]; in printCond4Operand()
/external/capstone/arch/SystemZ/
DSystemZInstPrinter.c413 static const char *const CondNames[] = { in printCond4Operand() local
420 SStream_concat0(O, CondNames[Imm - 1]); in printCond4Operand()