Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp153 MipsAsmParser::OperandMatchResultTy parseAnyRegister(OperandVector &Operands);
3017 if (parseAnyRegister(Operands) != MatchOperand_NoMatch) in parseOperand()
3189 OperandMatchResultTy ResTy = parseAnyRegister(Operands); in ParseRegister()
3292 Res = parseAnyRegister(Operands); in parseMemOperand()
3443 MipsAsmParser::parseAnyRegister(OperandVector &Operands) { in parseAnyRegister() function in MipsAsmParser
3508 ResTy = parseAnyRegister(Operands); in parseJumpTarget()
3594 while (parseAnyRegister(TmpOperands) == MatchOperand_Success) { in parseRegisterList()
3662 if (parseAnyRegister(Operands) != MatchOperand_Success) in parseRegisterPair()
3684 if (parseAnyRegister(TmpOperands) != MatchOperand_Success) in parseMovePRegPair()
3700 if (parseAnyRegister(TmpOperands) != MatchOperand_Success) in parseMovePRegPair()
[all …]
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsRegisterInfo.td459 let ParserMethod = "parseAnyRegister";