Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:ResTy

573   OperandMatchResultTy ResTy = parseSparcAsmOperand(Offset);
574 if (ResTy != MatchOperand_Success || !Offset)
587 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
592 if (ResTy == MatchOperand_Success || ResTy == MatchOperand_ParseFail)
593 return ResTy;
614 ResTy = MatchOperand_Success;
616 ResTy = parseMEMOperand(Operands);
619 if (ResTy != MatchOperand_Success)
620 return ResTy;
633 ResTy = parseSparcAsmOperand(Op, (Mnemonic == "call"));
634 if (ResTy != MatchOperand_Success || !Op)