Searched refs:listContainsBase (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 10427 bool listContainsBase; in processInstruction() local 10428 if (checkLowRegisterList(Inst, 3, Rn, 0, listContainsBase) || in processInstruction() 10429 (!listContainsBase && !hasWritebackToken) || in processInstruction() 10430 (listContainsBase && hasWritebackToken)) { in processInstruction() 10448 bool listContainsBase; in processInstruction() local 10449 if (checkLowRegisterList(Inst, 4, Rn, 0, listContainsBase)) { in processInstruction() 10458 bool listContainsBase; in processInstruction() local 10462 if (!checkLowRegisterList(Inst, 2, 0, ARM::PC, listContainsBase)) in processInstruction() 10472 bool listContainsBase; in processInstruction() local 10473 if (!checkLowRegisterList(Inst, 2, 0, ARM::LR, listContainsBase)) in processInstruction()
|