Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp497 SMLoc ErrorStart = Operands[3]->getStartLoc(); in MatchAndEmitInstruction() local
498 return Error(ErrorStart, "msb is less than lsb", in MatchAndEmitInstruction()
499 SMRange(ErrorStart, Operands[4]->getEndLoc())); in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6102 SMLoc ErrorStart = Operands[3]->getStartLoc(); in MatchAndEmitInstruction() local
6104 return Error(ErrorStart, "size plus position are not in the range 0 .. 32", in MatchAndEmitInstruction()
6105 SMRange(ErrorStart, ErrorEnd)); in MatchAndEmitInstruction()
6108 SMLoc ErrorStart = Operands[3]->getStartLoc(); in MatchAndEmitInstruction() local
6110 return Error(ErrorStart, "size plus position are not in the range 1 .. 63", in MatchAndEmitInstruction()
6111 SMRange(ErrorStart, ErrorEnd)); in MatchAndEmitInstruction()
6114 SMLoc ErrorStart = Operands[3]->getStartLoc(); in MatchAndEmitInstruction() local
6116 return Error(ErrorStart, "size plus position are not in the range 33 .. 64", in MatchAndEmitInstruction()
6117 SMRange(ErrorStart, ErrorEnd)); in MatchAndEmitInstruction()