Searched refs:SPRegLoc (Results 1 – 1 of 1) sorted by relevance
9430 SMLoc SPRegLoc = Parser.getTok().getLoc(); in parseDirectiveSetFP() local9433 Error(SPRegLoc, "stack pointer register expected"); in parseDirectiveSetFP()9438 Error(SPRegLoc, "register should be either $sp or the latest fp register"); in parseDirectiveSetFP()9845 SMLoc SPRegLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local9849 Error(SPRegLoc, "register expected"); in parseDirectiveMovSP()9855 Error(SPRegLoc, "sp and pc are not permitted in .movsp directive"); in parseDirectiveMovSP()