Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp10851 ARMCC::CondCodes InstCond = in MatchInstruction() local
10855 if (InstCond == ITCond) { in MatchInstruction()
10858 } else if (InstCond == ARMCC::getOppositeCondition(ITCond)) { in MatchInstruction()
10875 ARMCC::CondCodes InstCond = in MatchInstruction() local
10884 if (InstCond == ARMCC::AL) { in MatchInstruction()