Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp365 ARMCC::CondCodes currentITCond() { in currentITCond() function in __anon2f82d7160111::ARMAsmParser
7530 if (Cond != currentITCond()) { in validateInstruction()
7539 ARMCondCodeToString(currentITCond()) + "'"); in validateInstruction()
11062 ARMCC::CondCodes ITCond = currentITCond(); in MatchInstruction()