Home | History | Annotate | Download | only in mips

Lines Matching refs:kMaxNumAllocatableRegisters

76   static const int kMaxNumAllocatableRegisters = 14;  // v0 through t6 and cp.
93 DCHECK((reg.code() - 2) < (kMaxNumAllocatableRegisters - 1) ||
96 kMaxNumAllocatableRegisters - 1 : // Return last index for 'cp'.
101 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
102 return index == kMaxNumAllocatableRegisters - 1 ?
108 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
220 static const int kMaxNumAllocatableRegisters = kMaxNumRegisters / 2 -
229 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);