Lines Matching refs:ExLoc
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()
12106 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectiveSetFP() local
12109 return Error(ExLoc, "malformed setfp offset"); in parseDirectiveSetFP()
12111 if (check(!CE, ExLoc, "setfp offset must be an immediate")) in parseDirectiveSetFP()
12141 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectivePad() local
12144 return Error(ExLoc, "malformed pad offset"); in parseDirectivePad()
12147 return Error(ExLoc, "pad offset must be an immediate"); in parseDirectivePad()