Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td519 let ParserMethod = "parseRegisterList";
531 let ParserMethod = "parseRegisterList";
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp455 bool parseRegisterList(OperandVector &, bool EnforceOrder = true);
4466 bool ARMAsmParser::parseRegisterList(OperandVector &Operands, in parseRegisterList() function in ARMAsmParser
6226 return parseRegisterList(Operands, !Mnemonic.startswith("clr")); in parseOperand()
11683 if (parseRegisterList(Operands) || in parseDirectiveRegSave()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp209 OperandMatchResultTy parseRegisterList(OperandVector &Operands);
6789 MipsAsmParser::parseRegisterList(OperandVector &Operands) { in parseRegisterList() function in MipsAsmParser