Home
last modified time | relevance | path

Searched refs:num_allocatable_float_registers_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dregister-configuration.cc309 num_allocatable_float_registers_(0), in RegisterConfiguration()
337 num_allocatable_float_registers_ = 0; in RegisterConfiguration()
341 allocatable_float_codes_[num_allocatable_float_registers_++] = base_code; in RegisterConfiguration()
342 allocatable_float_codes_[num_allocatable_float_registers_++] = in RegisterConfiguration()
363 num_allocatable_float_registers_ = num_allocatable_simd128_registers_ = in RegisterConfiguration()
365 for (int i = 0; i < num_allocatable_float_registers_; ++i) { in RegisterConfiguration()
Dregister-configuration.h62 return num_allocatable_float_registers_; in num_allocatable_float_registers()
155 int num_allocatable_float_registers_; variable