Searched refs:listContainsBase (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 10795 bool listContainsBase; in processInstruction() local 10796 if (checkLowRegisterList(Inst, 3, Rn, 0, listContainsBase) || in processInstruction() 10797 (!listContainsBase && !hasWritebackToken) || in processInstruction() 10798 (listContainsBase && hasWritebackToken)) { in processInstruction() 10816 bool listContainsBase; in processInstruction() local 10817 if (checkLowRegisterList(Inst, 4, Rn, 0, listContainsBase)) { in processInstruction() 10826 bool listContainsBase; in processInstruction() local 10830 if (!checkLowRegisterList(Inst, 2, 0, ARM::PC, listContainsBase)) in processInstruction() 10840 bool listContainsBase; in processInstruction() local 10841 if (!checkLowRegisterList(Inst, 2, 0, ARM::LR, listContainsBase)) in processInstruction()
|