Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1552 SMLoc ErrorStart = Operands[3]->getStartLoc(); in MatchAndEmitInstruction() local
1553 return Error(ErrorStart, "msb is less than lsb", in MatchAndEmitInstruction()
1554 SMRange(ErrorStart, Operands[4]->getEndLoc())); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6175 SMLoc ErrorStart = Operands[3]->getStartLoc(); in MatchAndEmitInstruction() local
6177 return Error(ErrorStart, "size plus position are not in the range 0 .. 32", in MatchAndEmitInstruction()
6178 SMRange(ErrorStart, ErrorEnd)); in MatchAndEmitInstruction()
6181 SMLoc ErrorStart = Operands[3]->getStartLoc(); in MatchAndEmitInstruction() local
6183 return Error(ErrorStart, "size plus position are not in the range 1 .. 63", in MatchAndEmitInstruction()
6184 SMRange(ErrorStart, ErrorEnd)); in MatchAndEmitInstruction()
6187 SMLoc ErrorStart = Operands[3]->getStartLoc(); in MatchAndEmitInstruction() local
6189 return Error(ErrorStart, "size plus position are not in the range 33 .. 64", in MatchAndEmitInstruction()
6190 SMRange(ErrorStart, ErrorEnd)); in MatchAndEmitInstruction()