Searched refs:listContainsBase (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 10391 bool listContainsBase; in processInstruction() local 10392 if (checkLowRegisterList(Inst, 3, Rn, 0, listContainsBase) || in processInstruction() 10393 (!listContainsBase && !hasWritebackToken) || in processInstruction() 10394 (listContainsBase && hasWritebackToken)) { in processInstruction() 10412 bool listContainsBase; in processInstruction() local 10413 if (checkLowRegisterList(Inst, 4, Rn, 0, listContainsBase)) { in processInstruction() 10422 bool listContainsBase; in processInstruction() local 10426 if (!checkLowRegisterList(Inst, 2, 0, ARM::PC, listContainsBase)) in processInstruction() 10436 bool listContainsBase; in processInstruction() local 10437 if (!checkLowRegisterList(Inst, 2, 0, ARM::LR, listContainsBase)) in processInstruction()
|