Lines Matching defs:ExLoc
5452 SMLoc ExLoc = Parser.getTok().getLoc();
5457 return Error(ExLoc, "malformed shift expression");
5460 return Error(ExLoc, "shift amount must be an immediate");
5466 return Error(ExLoc, "'asr' shift amount must be in range [1,32]");
5469 return Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode");
5474 return Error(ExLoc, "'lsr' shift amount must be in range [0,31]");
5502 SMLoc ExLoc = Parser.getTok().getLoc();
5507 return Error(ExLoc, "malformed rotate expression");
5510 return Error(ExLoc, "rotate amount must be an immediate");
5517 return Error(ExLoc, "'ror' rotate amount must be 8, 16, or 24");
12162 SMLoc ExLoc = Parser.getTok().getLoc();
12165 return Error(ExLoc, "malformed setfp offset");
12167 if (check(!CE, ExLoc, "setfp offset must be an immediate"))
12196 SMLoc ExLoc = Parser.getTok().getLoc();
12199 return Error(ExLoc, "malformed pad offset");
12202 return Error(ExLoc, "pad offset must be an immediate");