HomeSort by relevance Sort by last modified time
    Searched refs:allocatable_simd128_codes_mask_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
register-configuration.h 92 return ((1 << index) & allocatable_simd128_codes_mask_) != 0;
143 int32_t allocatable_simd128_codes_mask_; member in class:v8::internal::RegisterConfiguration
register-configuration.cc 155 allocatable_simd128_codes_mask_(0),
195 allocatable_simd128_codes_mask_ |= (0x1 << next_simd128_code);
208 allocatable_float_codes_mask_ = allocatable_simd128_codes_mask_ =

Completed in 475 milliseconds