HomeSort by relevance Sort by last modified time
    Searched refs:POPCOUNT (Results 1 - 25 of 37) sorted by null

1 2

  /art/runtime/arch/x86/
callee_save_frame_x86.h 66 return RoundUp((POPCOUNT(GetCoreSpills(type)) /* gprs */ +
67 2 * POPCOUNT(GetFpSpills(type)) /* fprs */ +
79 (POPCOUNT(GetCoreSpills(type)) +
80 2 * POPCOUNT(GetFpSpills(type))) * static_cast<size_t>(kX86PointerSize);
86 POPCOUNT(GetCoreSpills(type)) * static_cast<size_t>(kX86PointerSize);
context_x86.cc 46 DCHECK_EQ(1, POPCOUNT(frame_info.CoreSpillMask() & ~core_regs)); // Return address spill.
51 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()) - 1);
65 POPCOUNT(frame_info.CoreSpillMask()) - 1 + 2 * POPCOUNT(frame_info.FpSpillMask()));
  /art/runtime/arch/arm/
callee_save_frame_arm.h 79 return RoundUp((POPCOUNT(GetCoreSpills(type)) /* gprs */ +
80 POPCOUNT(GetFpSpills(type)) /* fprs */ +
92 (POPCOUNT(GetCoreSpills(type)) +
93 POPCOUNT(GetFpSpills(type))) * static_cast<size_t>(kArmPointerSize);
99 POPCOUNT(GetCoreSpills(type)) * static_cast<size_t>(kArmPointerSize);
context_arm.cc 51 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()));
58 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()) + POPCOUNT(frame_info.FpSpillMask()));
  /art/runtime/arch/x86_64/
callee_save_frame_x86_64.h 77 return RoundUp((POPCOUNT(GetCoreSpills(type)) /* gprs */ +
78 POPCOUNT(GetFpSpills(type)) /* fprs */ +
90 (POPCOUNT(GetCoreSpills(type)) +
91 POPCOUNT(GetFpSpills(type))) * static_cast<size_t>(kX86_64PointerSize);
97 POPCOUNT(GetCoreSpills(type)) * static_cast<size_t>(kX86_64PointerSize);
context_x86_64.cc 45 DCHECK_EQ(1, POPCOUNT(frame_info.CoreSpillMask() & ~core_regs)); // Return address spill.
50 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()) - 1);
61 POPCOUNT(frame_info.CoreSpillMask()) - 1 + POPCOUNT(frame_info.FpSpillMask()));
  /art/runtime/arch/arm64/
callee_save_frame_arm64.h 102 return RoundUp((POPCOUNT(GetCoreSpills(type)) /* gprs */ +
103 POPCOUNT(GetFpSpills(type)) /* fprs */ +
115 (POPCOUNT(GetCoreSpills(type)) +
116 POPCOUNT(GetFpSpills(type))) * static_cast<size_t>(kArm64PointerSize);
122 POPCOUNT(GetCoreSpills(type)) * static_cast<size_t>(kArm64PointerSize);
context_arm64.cc 57 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()));
64 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()) + POPCOUNT(frame_info.FpSpillMask()));
  /art/runtime/arch/mips/
callee_save_frame_mips.h 104 return RoundUp((POPCOUNT(GetCoreSpills(type)) /* gprs */ +
105 POPCOUNT(GetFpSpills(type)) /* fprs */ +
117 (POPCOUNT(GetCoreSpills(type)) +
118 POPCOUNT(GetFpSpills(type))) * static_cast<size_t>(kMipsPointerSize);
124 POPCOUNT(GetCoreSpills(type)) * static_cast<size_t>(kMipsPointerSize);
context_mips.cc 57 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()));
64 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()) + POPCOUNT(frame_info.FpSpillMask()));
  /art/runtime/arch/mips64/
callee_save_frame_mips64.h 95 return RoundUp((POPCOUNT(GetCoreSpills(type)) /* gprs */ +
96 POPCOUNT(GetFpSpills(type)) /* fprs */ +
108 (POPCOUNT(GetCoreSpills(type)) +
109 POPCOUNT(GetFpSpills(type))) * static_cast<size_t>(kMips64PointerSize);
115 POPCOUNT(GetCoreSpills(type)) * static_cast<size_t>(kMips64PointerSize);
context_mips64.cc 48 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()));
55 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()) + POPCOUNT(frame_info.FpSpillMask()));
  /art/runtime/
index_bss_mapping.cc 41 return bss_offset - POPCOUNT(mask_from_index) * slot_size;
cha.cc 232 size_t core_spill_size = POPCOUNT(frame_info.CoreSpillMask()) *
234 size_t fpu_spill_size = POPCOUNT(frame_info.FpSpillMask()) *
  /art/libartbase/base/
bit_utils_test.cc 62 static_assert(0 == POPCOUNT<uint32_t>(0u), "TestPOPCOUNT32#1");
63 static_assert(1 == POPCOUNT<uint32_t>(8u), "TestPOPCOUNT32#2");
64 static_assert(15 == POPCOUNT<uint32_t>(0x55555554u), "TestPOPCOUNT32#3");
65 static_assert(16 == POPCOUNT<uint32_t>(0xaaaaaaaau), "TestPOPCOUNT32#4");
66 static_assert(31 == POPCOUNT<uint32_t>(0xfffffffeu), "TestPOPCOUNT32#5");
67 static_assert(32 == POPCOUNT<uint32_t>(0xffffffffu), "TestPOPCOUNT32#6");
69 static_assert(0 == POPCOUNT<uint64_t>(UINT64_C(0)), "TestPOPCOUNT64#1");
70 static_assert(1 == POPCOUNT<uint64_t>(UINT64_C(0x40000)), "TestPOPCOUNT64#2");
71 static_assert(16 == POPCOUNT<uint64_t>(UINT64_C(0x1414141482828282)), "TestPOPCOUNT64#3");
72 static_assert(31 == POPCOUNT<uint64_t>(UINT64_C(0x0000ffff00007fff)), "TestPOPCOUNT64#4")
    [all...]
bit_vector.cc 235 count += POPCOUNT(storage_[word]);
321 count += POPCOUNT(storage[word]);
324 count += POPCOUNT(storage[word_end] & ~(0xffffffffu << partial_word_bits));
bit_memory_region.h 168 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const {
175 count += POPCOUNT(LoadBits(bit_offset + bit, kNumBits));
177 count += POPCOUNT(LoadBits(bit_offset + bit, bit_length - bit));
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.cc 99 cfi().AdjustCFAOffset(POPCOUNT(core_spill_mask) * kFramePointerSize);
105 DCHECK_EQ(fp_spill_mask >> CTZ(fp_spill_mask), ~0u >> (32 - POPCOUNT(fp_spill_mask)));
107 ___ Vpush(SRegisterList(vixl32::SRegister(first), POPCOUNT(fp_spill_mask)));
108 cfi().AdjustCFAOffset(POPCOUNT(fp_spill_mask) * kFramePointerSize);
113 int pushed_values = POPCOUNT(core_spill_mask) + POPCOUNT(fp_spill_mask);
159 int pop_values = POPCOUNT(core_spill_mask) + POPCOUNT(fp_spill_mask);
167 DCHECK_EQ(fp_spill_mask >> CTZ(fp_spill_mask), ~0u >> (32 - POPCOUNT(fp_spill_mask)));
169 ___ Vpop(SRegisterList(vixl32::SRegister(first), POPCOUNT(fp_spill_mask)))
    [all...]
assembler_arm_vixl.cc 385 int number_of_regs = POPCOUNT(static_cast<uint32_t>(regs));
406 int number_of_regs = POPCOUNT(static_cast<uint32_t>(regs));
  /art/libdexfile/dex/
compact_offset_table.cc 53 size_t count = POPCOUNT(static_cast<uintptr_t>(bit_mask) << (kBitsPerIntPtrT - 1 - bit_index));
dex_file_verifier_test.cc 433 if (POPCOUNT(i) < 2) {
569 if (POPCOUNT(j) < 2) {
808 uint32_t bits = POPCOUNT(kInterfaceDisallowed);
    [all...]
  /art/compiler/optimizing/
code_generator.h 276 return POPCOUNT(core_callee_save_mask_);
313 return POPCOUNT(GetSlowPathSpills(locations, core_registers));
676 return POPCOUNT(fpu_spill_mask_) * GetFloatingPointSpillSlotSize();
680 return POPCOUNT(core_spill_mask_) * GetWordSize();
685 return (POPCOUNT(allocated_registers_.GetCoreRegisters() & core_callee_save_mask_) != 1)
686 || (POPCOUNT(allocated_registers_.GetFloatingPointRegisters() & fpu_callee_save_mask_) != 0);
    [all...]
locations.h 469 return POPCOUNT(core_registers_) + POPCOUNT(floating_point_registers_);
  /art/runtime/gc/accounting/
space_bitmap.cc 187 buffer_size += POPCOUNT(garbage);
  /art/runtime/interpreter/
interpreter_intrinsics.cc 68 UNARY_INTRINSIC(MterpIntegerBitCount, POPCOUNT, GetVReg, SetI);
101 UNARY_INTRINSIC(MterpLongBitCount, POPCOUNT, GetVRegLong, SetI);

Completed in 934 milliseconds

1 2