Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dregister-configuration.h81 return allocatable_float_codes_[index]; in GetAllocatableFloatCode()
105 return allocatable_float_codes_; in allocatable_float_codes()
142 int allocatable_float_codes_[kMaxFPRegisters]; variable
Dregister-configuration.cc251 allocatable_float_codes_[num_allocatable_float_registers_++] = base_code; in RegisterConfiguration()
252 allocatable_float_codes_[num_allocatable_float_registers_++] = in RegisterConfiguration()
275 allocatable_float_codes_[i] = allocatable_simd128_codes_[i] = in RegisterConfiguration()
286 allocatable_float_codes_[i] = allocatable_double_codes_[i]; in RegisterConfiguration()