Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11284 ARMCC::CondCodes InstCond = in MatchInstruction() local
11288 if (InstCond == ITCond) { in MatchInstruction()
11291 } else if (InstCond == ARMCC::getOppositeCondition(ITCond)) { in MatchInstruction()
11308 ARMCC::CondCodes InstCond = in MatchInstruction() local
11317 if (InstCond == ARMCC::AL) { in MatchInstruction()