Home | History | Annotate | Download | only in mips

Lines Matching defs:kNumAllocatableRegisters

75   static const int kNumAllocatableRegisters = 14;  // v0 through t7.
83 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
88 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
192 // to number of 32-bit FPU regs, but kNumAllocatableRegisters refers to
200 static const int kNumAllocatableRegisters = kNumRegisters / 2 -
207 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
212 ASSERT(index >= 0 && index < kNumAllocatableRegisters);