Lines Matching refs:kMaxAllocatableGeneralRegisterCount
15 static const int kMaxAllocatableGeneralRegisterCount = variable
107 kMaxAllocatableGeneralRegisterCount, in ArchDefaultRegisterConfiguration()
131 kMaxAllocatableGeneralRegisterCount - 1, in ArchDefaultPoisoningRegisterConfiguration()
141 for (int i = 0; i < kMaxAllocatableGeneralRegisterCount; ++i) { in InitializeGeneralRegisterCodes()
148 DCHECK_EQ(filtered_index, kMaxAllocatableGeneralRegisterCount - 1); in InitializeGeneralRegisterCodes()
153 allocatable_general_codes_[kMaxAllocatableGeneralRegisterCount - 1];
157 [kMaxAllocatableGeneralRegisterCount - 1];
179 kMaxAllocatableGeneralRegisterCount - 1, in ArchPreserveRootIA32RegisterConfiguration()
189 for (int i = 0; i < kMaxAllocatableGeneralRegisterCount; ++i) { in InitializeGeneralRegisterCodes()
196 DCHECK_EQ(filtered_index, kMaxAllocatableGeneralRegisterCount - 1); in InitializeGeneralRegisterCodes()
201 allocatable_general_codes_[kMaxAllocatableGeneralRegisterCount - 1];
205 [kMaxAllocatableGeneralRegisterCount - 1];
247 for (int i = 0; i < kMaxAllocatableGeneralRegisterCount; ++i) { in IsAllocatableGeneralRegister()