Home | History | Annotate | Download | only in mips

Lines Matching refs:kNumFPURegisters

189   static const int kNumRegisters = v8::internal::kNumFPURegisters;
191 // TODO(plind): Warning, inconsistent numbering here. kNumFPURegisters refers
237 bool is_valid() const { return 0 <= code_ && code_ < kNumFPURegisters ; }