Searched refs:allocatable_double_codes_ (Results 1 – 2 of 2) sorted by relevance
231 allocatable_double_codes_(allocatable_double_codes), in RegisterConfiguration()240 allocatable_double_codes_mask_ |= (1 << allocatable_double_codes_[i]); in RegisterConfiguration()249 int base_code = allocatable_double_codes_[i] * 2; in RegisterConfiguration()258 int last_simd128_code = allocatable_double_codes_[0] / 2; in RegisterConfiguration()260 int next_simd128_code = allocatable_double_codes_[i] / 2; in RegisterConfiguration()276 allocatable_double_codes_[i]; in RegisterConfiguration()286 allocatable_float_codes_[i] = allocatable_double_codes_[i]; in RegisterConfiguration()
88 return allocatable_double_codes_[index]; in GetAllocatableDoubleCode()108 return allocatable_double_codes_; in allocatable_double_codes()143 const int* allocatable_double_codes_; variable