Searched refs:CC_AT (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVE.h67 CC_AT = 15 + 6, // Always enumerator in enum:llvm::VECC::CondCode
108 case VECC::CC_AT: return "at";
123 .Case("at", VECC::CC_AT)
124 .Case("", VECC::CC_AT)
145 .Case("at", VECC::CC_AT)
146 .Case("", VECC::CC_AT)
194 case VECC::CC_AT:
219 return VECC::CC_AT;
254 return VECC::CC_AT;
H A DVEISelDAGToDAG.cpp96 return VECC::CC_AT;
H A DVEInstrInfo.cpp58 return VECC::CC_AT;
87 case VECC::CC_AT:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp859 // If OmitCC is enabled, CC_AT and CC_AF is treated as a part of mnemonic.
861 (!OmitCC || (CondCode != VECC::CC_AT && CondCode != VECC::CC_AF))) {

Completed in 146 milliseconds