Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()