Lines Matching full:popcount
1456 int core_count = POPCOUNT(core_reg_mask);
1460 int fp_count = POPCOUNT(fp_reg_mask);
1488 int core_count = POPCOUNT(core_reg_mask);
1489 int fp_count = POPCOUNT(fp_reg_mask);
1577 DCHECK_EQ(POPCOUNT(core_reg_mask) % 2, 0);
1653 const int num_core_spills = POPCOUNT(core_reg_mask);
1654 const int num_fp_spills = POPCOUNT(fp_reg_mask);