Searched refs:listContainsBase (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 8216 bool listContainsBase; in processInstruction() local 8217 if (checkLowRegisterList(Inst, 3, Rn, 0, listContainsBase) || in processInstruction() 8218 (!listContainsBase && !hasWritebackToken) || in processInstruction() 8219 (listContainsBase && hasWritebackToken)) { in processInstruction() 8237 bool listContainsBase; in processInstruction() local 8238 if (checkLowRegisterList(Inst, 4, Rn, 0, listContainsBase)) { in processInstruction() 8247 bool listContainsBase; in processInstruction() local 8251 if (!checkLowRegisterList(Inst, 2, 0, ARM::PC, listContainsBase)) in processInstruction() 8261 bool listContainsBase; in processInstruction() local 8262 if (!checkLowRegisterList(Inst, 2, 0, ARM::LR, listContainsBase)) in processInstruction()
|