Home | History | Annotate | Download | only in arm

Lines Matching defs:kNumRegisters

119   static const int kNumRegisters = 16;
155 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }