Searched refs:listContainsBase (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 8811 bool listContainsBase; in processInstruction() local 8812 if (checkLowRegisterList(Inst, 3, Rn, 0, listContainsBase) || in processInstruction() 8813 (!listContainsBase && !hasWritebackToken) || in processInstruction() 8814 (listContainsBase && hasWritebackToken)) { in processInstruction() 8832 bool listContainsBase; in processInstruction() local 8833 if (checkLowRegisterList(Inst, 4, Rn, 0, listContainsBase)) { in processInstruction() 8842 bool listContainsBase; in processInstruction() local 8846 if (!checkLowRegisterList(Inst, 2, 0, ARM::PC, listContainsBase)) in processInstruction() 8856 bool listContainsBase; in processInstruction() local 8857 if (!checkLowRegisterList(Inst, 2, 0, ARM::LR, listContainsBase)) in processInstruction()
|