Home | History | Annotate | Download | only in mips

Lines Matching refs:kMaxNumRegisters

168   static const int kMaxNumRegisters = Code::kAfterLast;
176 bool is_valid() const { return 0 <= reg_code && reg_code < kMaxNumRegisters; }