Home
last modified time | relevance | path

Searched refs:POPCOUNT (Results 26 – 34 of 34) sorted by relevance

12

/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc455 constexpr size_t lr_index = POPCOUNT(kCoreCalleeSpillMask) - 1u; in CalleeSaveRegisters()
/art/libartbase/base/
Dbit_utils.h89 constexpr int POPCOUNT(T x) { in POPCOUNT() function
/art/oatdump/
Doatdump.cc1404 int spill_size = POPCOUNT(core_spills) * GetBytesPerGprSpillLocation(isa) in GetVRegOffsetFromQuickCode()
1405 + POPCOUNT(fp_spills) * GetBytesPerFprSpillLocation(isa) in GetVRegOffsetFromQuickCode()
1759 num_valid_indexes += 1u + POPCOUNT(entry.GetMask(index_bits)); in DumpBssEntries()
1766 size_t bss_offset = entry.bss_offset - POPCOUNT(mask) * slot_size; in DumpBssEntries()
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc2137 GetAssembler()->cfi().AdjustCFAOffset(kArmWordSize * POPCOUNT(core_spill_mask)); in MaybeIncrementHotness()
2142 -static_cast<int>(kArmWordSize) * POPCOUNT(core_spill_mask)); in MaybeIncrementHotness()
2223 GetAssembler()->cfi().AdjustCFAOffset(kArmWordSize * POPCOUNT(core_spill_mask_)); in GenerateFrameEntry()
2232 DCHECK_EQ(fpu_spill_mask_ >> CTZ(fpu_spill_mask_), ~0u >> (32 - POPCOUNT(fpu_spill_mask_))); in GenerateFrameEntry()
2234 __ Vpush(SRegisterList(vixl32::SRegister(first), POPCOUNT(fpu_spill_mask_))); in GenerateFrameEntry()
2235 GetAssembler()->cfi().AdjustCFAOffset(kArmWordSize * POPCOUNT(fpu_spill_mask_)); in GenerateFrameEntry()
2311 DCHECK_EQ(fpu_spill_mask_ >> CTZ(fpu_spill_mask_), ~0u >> (32 - POPCOUNT(fpu_spill_mask_))); in GenerateFrameExit()
2313 __ Vpop(SRegisterList(vixl32::SRegister(first), POPCOUNT(fpu_spill_mask_))); in GenerateFrameExit()
2315 -static_cast<int>(kArmWordSize) * POPCOUNT(fpu_spill_mask_)); in GenerateFrameExit()
Dintrinsics_x86_64.cc2288 ? POPCOUNT(static_cast<uint64_t>(value)) in GenBitCount()
2289 : POPCOUNT(static_cast<uint32_t>(value)); in GenBitCount()
Dintrinsics_x86.cc2203 ? POPCOUNT(static_cast<uint64_t>(value)) in GenBitCount()
2204 : POPCOUNT(static_cast<uint32_t>(value)); in GenBitCount()
/art/runtime/mirror/
Dclass.cc506 CHECK_EQ(static_cast<uint32_t>(POPCOUNT(new_reference_offsets)) + 1, count); in SetReferenceInstanceOffsets()
/art/runtime/
Doat_file.cc2205 CHECK_LE(POPCOUNT(mask) * slot_size, entry.bss_offset); in DCheckIndexToBssMapping()
Dclass_linker_test.cc405 EXPECT_EQ(static_cast<uint32_t>(POPCOUNT(klass->GetReferenceInstanceOffsets())) + 1, in AssertClass()

12