Lines Matching refs:ErrorInfo
64 bool generateImmOutOfRangeError(OperandVector &Operands, uint64_t ErrorInfo,
72 uint64_t &ErrorInfo,
653 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError() argument
655 SMLoc ErrorLoc = ((CSKYOperand &)*Operands[ErrorInfo]).getStartLoc(); in generateImmOutOfRangeError()
662 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
667 auto Result = MatchInstructionImpl(Operands, Inst, ErrorInfo, MissingFeatures, in MatchAndEmitInstruction()
695 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction()
696 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
699 ErrorLoc = ((CSKYOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
712 if (ErrorInfo != ~0U && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
720 return generateImmOutOfRangeError(Operands, ErrorInfo, -(1 << 7), in MatchAndEmitInstruction()
723 return generateImmOutOfRangeError(Operands, ErrorInfo, 1, (1 << 3)); in MatchAndEmitInstruction()
725 return generateImmOutOfRangeError(Operands, ErrorInfo, 1, (1 << 4)); in MatchAndEmitInstruction()
727 return generateImmOutOfRangeError(Operands, ErrorInfo, 1, (1 << 5)); in MatchAndEmitInstruction()
729 return generateImmOutOfRangeError(Operands, ErrorInfo, 1, (1 << 6)); in MatchAndEmitInstruction()
731 return generateImmOutOfRangeError(Operands, ErrorInfo, 1, (1 << 8)); in MatchAndEmitInstruction()
733 return generateImmOutOfRangeError(Operands, ErrorInfo, 1, (1 << 12)); in MatchAndEmitInstruction()
735 return generateImmOutOfRangeError(Operands, ErrorInfo, 1, (1 << 16)); in MatchAndEmitInstruction()
737 return generateImmOutOfRangeError(Operands, ErrorInfo, 0, (1 << 1) - 1); in MatchAndEmitInstruction()
739 return generateImmOutOfRangeError(Operands, ErrorInfo, 0, (1 << 2) - 1); in MatchAndEmitInstruction()
741 return generateImmOutOfRangeError(Operands, ErrorInfo, 0, (1 << 3) - 1); in MatchAndEmitInstruction()
743 return generateImmOutOfRangeError(Operands, ErrorInfo, 0, (1 << 4) - 1); in MatchAndEmitInstruction()
745 return generateImmOutOfRangeError(Operands, ErrorInfo, 0, (1 << 5) - 1); in MatchAndEmitInstruction()
747 return generateImmOutOfRangeError(Operands, ErrorInfo, 0, (1 << 6) - 1); in MatchAndEmitInstruction()
749 return generateImmOutOfRangeError(Operands, ErrorInfo, 0, (1 << 7) - 1); in MatchAndEmitInstruction()
751 return generateImmOutOfRangeError(Operands, ErrorInfo, 0, (1 << 8) - 1); in MatchAndEmitInstruction()
753 return generateImmOutOfRangeError(Operands, ErrorInfo, 0, (1 << 12) - 1); in MatchAndEmitInstruction()
755 return generateImmOutOfRangeError(Operands, ErrorInfo, 0, (1 << 16) - 1); in MatchAndEmitInstruction()
758 Operands, ErrorInfo, 0, (1 << 5) - 2, in MatchAndEmitInstruction()
762 Operands, ErrorInfo, 0, (1 << 12) - 2, in MatchAndEmitInstruction()
766 Operands, ErrorInfo, 0, (1 << 5) - 4, in MatchAndEmitInstruction()
770 Operands, ErrorInfo, 0, (1 << 7) - 2, in MatchAndEmitInstruction()
774 Operands, ErrorInfo, 0, (1 << 7) - 4, in MatchAndEmitInstruction()
778 Operands, ErrorInfo, 0, (1 << 8) - 4, in MatchAndEmitInstruction()
782 Operands, ErrorInfo, 0, (1 << 8) - 8, in MatchAndEmitInstruction()
786 Operands, ErrorInfo, 0, (1 << 8) - 256, in MatchAndEmitInstruction()
790 Operands, ErrorInfo, 0, (1 << 12) - 4, in MatchAndEmitInstruction()
793 SMLoc ErrorLoc = ((CSKYOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
797 SMLoc ErrorLoc = ((CSKYOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
801 SMLoc ErrorLoc = ((CSKYOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
805 SMLoc ErrorLoc = ((CSKYOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
809 SMLoc ErrorLoc = ((CSKYOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
813 SMLoc ErrorLoc = ((CSKYOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
817 SMLoc ErrorLoc = ((CSKYOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()