Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp1014 bool isSPRRegList() const { return Kind == k_SPRRegisterList; } in isSPRRegList() function in __anonef5d38c20311::ARMOperand
5847 if (AcceptSinglePrecisionOnly && !Op.isSPRRegList()) in ParseInstruction()