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.cpp8163 bool ListContainsBase, InvalidLowList; in validateInstruction() local
8164 InvalidLowList = checkLowRegisterList(Inst, 4, Inst.getOperand(0).getReg(), in validateInstruction()
8166 if (InvalidLowList && !isThumbTwo()) in validateInstruction()
8172 if (InvalidLowList && ListContainsBase) in validateInstruction()