Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10599 bool listContainsBase; in processInstruction() local
10600 if (checkLowRegisterList(Inst, 3, Rn, 0, listContainsBase) || in processInstruction()
10601 (!listContainsBase && !hasWritebackToken) || in processInstruction()
10602 (listContainsBase && hasWritebackToken)) { in processInstruction()
10620 bool listContainsBase; in processInstruction() local
10621 if (checkLowRegisterList(Inst, 4, Rn, 0, listContainsBase)) { in processInstruction()
10630 bool listContainsBase; in processInstruction() local
10634 if (!checkLowRegisterList(Inst, 2, 0, ARM::PC, listContainsBase)) in processInstruction()
10644 bool listContainsBase; in processInstruction() local
10645 if (!checkLowRegisterList(Inst, 2, 0, ARM::LR, listContainsBase)) in processInstruction()