Searched defs:IsSP (Results 1 – 4 of 4) sorted by relevance
49 inline bool CPURegister::IsSP() const { in IsSP() function
490 const bool IsSP = Opcode == ARM::t2ADDspImm12 || Opcode == ARM::t2ADDspImm; in rewriteT2FrameIndex() local
334 bool IsSP() const { return IsRegister() && (code_ == kSPRegInternalCode); } in IsSP() function
146 bool IsSP() const { return GetCode() == kSpCode; } in IsSP() function