Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8198 bool ListContainsBase, InvalidLowList; in validateInstruction() local
8199 InvalidLowList = checkLowRegisterList(Inst, 4, Inst.getOperand(0).getReg(), in validateInstruction()
8201 if (InvalidLowList && !isThumbTwo()) in validateInstruction()
8207 if (InvalidLowList && ListContainsBase) in validateInstruction()