Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp9208 ARMCC::CondCodes ITCond = currentITCond(); in MatchInstruction() local
9209 if (InstCond == ITCond) { in MatchInstruction()
9212 } else if (InstCond == ARMCC::getOppositeCondition(ITCond)) { in MatchInstruction()