Lines Matching refs:list
8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
495 RegList list = 0;
509 list |= (UINT64_C(1) << n);
514 VIXL_ASSERT(CountSetBits(list, kNumberOfRegisters) == reg_count);
516 return list;
526 RegList list = 0;
540 list |= (UINT64_C(1) << n);
545 VIXL_ASSERT(CountSetBits(list, kNumberOfVRegisters) == reg_count);
547 return list;