Home | History | Annotate | Download | only in mips64

Lines Matching refs:kMaxNumAllocatableRegisters

75   static const int kMaxNumAllocatableRegisters = 14;  // v0 through t6 and cp.
82 DCHECK((reg.code() - 2) < (kMaxNumAllocatableRegisters - 1) ||
85 kMaxNumAllocatableRegisters - 1 : // Return last index for 'cp'.
90 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
91 return index == kMaxNumAllocatableRegisters - 1 ?
97 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
209 static const int kMaxNumAllocatableRegisters = kMaxNumRegisters / 2 -
218 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);