Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ExLoc

3809   SMLoc ExLoc = Parser.getTok().getLoc();
3814 Error(ExLoc, "malformed shift expression");
3819 Error(ExLoc, "shift amount must be an immediate");
3827 Error(ExLoc, "'asr' shift amount must be in range [1,32]");
3832 Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode");
3839 Error(ExLoc, "'lsr' shift amount must be in range [0,31]");
3870 SMLoc ExLoc = Parser.getTok().getLoc();
3875 Error(ExLoc, "malformed rotate expression");
3880 Error(ExLoc, "rotate amount must be an immediate");
3889 Error(ExLoc, "'ror' rotate amount must be 8, 16, or 24");
7956 SMLoc ExLoc = Parser.getTok().getLoc();
7959 return Error(ExLoc, "malformed setfp offset");
7962 return Error(ExLoc, "setfp offset must be an immediate");
7990 SMLoc ExLoc = Parser.getTok().getLoc();
7993 return Error(ExLoc, "malformed pad offset");
7996 return Error(ExLoc, "pad offset must be an immediate");