Lines Matching refs:ExLoc
5336 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local
5341 Error(ExLoc, "malformed shift expression"); in parseShifterImm()
5346 Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm()
5354 Error(ExLoc, "'asr' shift amount must be in range [1,32]"); in parseShifterImm()
5359 Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode"); in parseShifterImm()
5366 Error(ExLoc, "'lsr' shift amount must be in range [0,31]"); in parseShifterImm()
5398 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local
5403 Error(ExLoc, "malformed rotate expression"); in parseRotImm()
5408 Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm()
5417 Error(ExLoc, "'ror' rotate amount must be 8, 16, or 24"); in parseRotImm()
11618 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectiveSetFP() local
11621 return Error(ExLoc, "malformed setfp offset"); in parseDirectiveSetFP()
11623 if (check(!CE, ExLoc, "setfp offset must be an immediate")) in parseDirectiveSetFP()
11653 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectivePad() local
11656 return Error(ExLoc, "malformed pad offset"); in parseDirectivePad()
11659 return Error(ExLoc, "pad offset must be an immediate"); in parseDirectivePad()