Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10887 ARMCC::CondCodes InstCond = in MatchInstruction() local
10891 if (InstCond == ITCond) { in MatchInstruction()
10894 } else if (InstCond == ARMCC::getOppositeCondition(ITCond)) { in MatchInstruction()
10911 ARMCC::CondCodes InstCond = in MatchInstruction() local
10920 if (InstCond == ARMCC::AL) { in MatchInstruction()