Searched refs:SPRegLoc (Results 1 – 1 of 1) sorted by relevance
9361 SMLoc SPRegLoc = Parser.getTok().getLoc(); in parseDirectiveSetFP() local9364 Error(SPRegLoc, "stack pointer register expected"); in parseDirectiveSetFP()9369 Error(SPRegLoc, "register should be either $sp or the latest fp register"); in parseDirectiveSetFP()9776 SMLoc SPRegLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local9780 Error(SPRegLoc, "register expected"); in parseDirectiveMovSP()9786 Error(SPRegLoc, "sp and pc are not permitted in .movsp directive"); in parseDirectiveMovSP()