Searched refs:listContainsBase (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 10448 bool listContainsBase; in processInstruction() local 10449 if (checkLowRegisterList(Inst, 3, Rn, 0, listContainsBase) || in processInstruction() 10450 (!listContainsBase && !hasWritebackToken) || in processInstruction() 10451 (listContainsBase && hasWritebackToken)) { in processInstruction() 10469 bool listContainsBase; in processInstruction() local 10470 if (checkLowRegisterList(Inst, 4, Rn, 0, listContainsBase)) { in processInstruction() 10479 bool listContainsBase; in processInstruction() local 10483 if (!checkLowRegisterList(Inst, 2, 0, ARM::PC, listContainsBase)) in processInstruction() 10493 bool listContainsBase; in processInstruction() local 10494 if (!checkLowRegisterList(Inst, 2, 0, ARM::LR, listContainsBase)) in processInstruction()
|