Lines Matching refs:ExLoc
4357 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local
4362 Error(ExLoc, "malformed shift expression"); in parseShifterImm()
4367 Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm()
4375 Error(ExLoc, "'asr' shift amount must be in range [1,32]"); in parseShifterImm()
4380 Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode"); in parseShifterImm()
4387 Error(ExLoc, "'lsr' shift amount must be in range [0,31]"); in parseShifterImm()
4419 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local
4424 Error(ExLoc, "malformed rotate expression"); in parseRotImm()
4429 Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm()
4438 Error(ExLoc, "'ror' rotate amount must be 8, 16, or 24"); in parseRotImm()
9655 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectiveSetFP() local
9658 Error(ExLoc, "malformed setfp offset"); in parseDirectiveSetFP()
9663 Error(ExLoc, "setfp offset must be an immediate"); in parseDirectiveSetFP()
9698 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectivePad() local
9701 Error(ExLoc, "malformed pad offset"); in parseDirectivePad()
9706 Error(ExLoc, "pad offset must be an immediate"); in parseDirectivePad()