Searched refs:ExLoc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 5424 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local 5429 return Error(ExLoc, "malformed shift expression"); in parseShifterImm() 5432 return Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm() 5438 return Error(ExLoc, "'asr' shift amount must be in range [1,32]"); in parseShifterImm() 5441 return Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode"); in parseShifterImm() 5446 return Error(ExLoc, "'lsr' shift amount must be in range [0,31]"); in parseShifterImm() 5474 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local 5479 return Error(ExLoc, "malformed rotate expression"); in parseRotImm() 5482 return Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm() 5489 return Error(ExLoc, "'ror' rotate amount must be 8, 16, or 24"); in parseRotImm() [all …]
|