Lines Matching refs:ExLoc
5355 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local
5360 Error(ExLoc, "malformed shift expression"); in parseShifterImm()
5365 Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm()
5373 Error(ExLoc, "'asr' shift amount must be in range [1,32]"); in parseShifterImm()
5378 Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode"); in parseShifterImm()
5385 Error(ExLoc, "'lsr' shift amount must be in range [0,31]"); in parseShifterImm()
5417 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local
5422 Error(ExLoc, "malformed rotate expression"); in parseRotImm()
5427 Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm()
5436 Error(ExLoc, "'ror' rotate amount must be 8, 16, or 24"); in parseRotImm()
11665 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectiveSetFP() local
11668 return Error(ExLoc, "malformed setfp offset"); in parseDirectiveSetFP()
11670 if (check(!CE, ExLoc, "setfp offset must be an immediate")) in parseDirectiveSetFP()
11700 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectivePad() local
11703 return Error(ExLoc, "malformed pad offset"); in parseDirectivePad()
11706 return Error(ExLoc, "pad offset must be an immediate"); in parseDirectivePad()