Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8030 bool ListContainsBase, InvalidLowList; in validateInstruction() local
8031 InvalidLowList = checkLowRegisterList(Inst, 4, Inst.getOperand(0).getReg(), in validateInstruction()
8033 if (InvalidLowList && !isThumbTwo()) in validateInstruction()
8039 if (InvalidLowList && ListContainsBase) in validateInstruction()