Lines Matching refs:ExLoc
4590 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local
4595 Error(ExLoc, "malformed shift expression"); in parseShifterImm()
4600 Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm()
4608 Error(ExLoc, "'asr' shift amount must be in range [1,32]"); in parseShifterImm()
4613 Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode"); in parseShifterImm()
4620 Error(ExLoc, "'lsr' shift amount must be in range [0,31]"); in parseShifterImm()
4652 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local
4657 Error(ExLoc, "malformed rotate expression"); in parseRotImm()
4662 Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm()
4671 Error(ExLoc, "'ror' rotate amount must be 8, 16, or 24"); in parseRotImm()
9962 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectiveSetFP() local
9965 return Error(ExLoc, "malformed setfp offset"); in parseDirectiveSetFP()
9967 if (check(!CE, ExLoc, "setfp offset must be an immediate")) in parseDirectiveSetFP()
9997 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectivePad() local
10000 return Error(ExLoc, "malformed pad offset"); in parseDirectivePad()
10003 return Error(ExLoc, "pad offset must be an immediate"); in parseDirectivePad()