Home
last modified time | relevance | path

Searched refs:listContainsBase (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10881 bool listContainsBase; in processInstruction() local
10882 if (checkLowRegisterList(Inst, 3, Rn, MCRegister(), listContainsBase) || in processInstruction()
10883 (!listContainsBase && !hasWritebackToken) || in processInstruction()
10884 (listContainsBase && hasWritebackToken)) { in processInstruction()
10902 bool listContainsBase; in processInstruction() local
10903 if (checkLowRegisterList(Inst, 4, Rn, MCRegister(), listContainsBase)) { in processInstruction()
10912 bool listContainsBase; in processInstruction() local
10916 if (!checkLowRegisterList(Inst, 2, MCRegister(), ARM::PC, listContainsBase)) in processInstruction()
10926 bool listContainsBase; in processInstruction() local
10927 if (!checkLowRegisterList(Inst, 2, MCRegister(), ARM::LR, listContainsBase)) in processInstruction()