Searched refs:fpr (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 137 FreePageRun* fpr = *it; in AllocPages() local 138 DCHECK(fpr->IsFree()); in AllocPages() 139 size_t fpr_byte_size = fpr->ByteSize(this); in AllocPages() 146 << std::hex << reinterpret_cast<intptr_t>(fpr) in AllocPages() 152 reinterpret_cast<FreePageRun*>(reinterpret_cast<uint8_t*>(fpr) + req_byte_size); in AllocPages() 165 fpr->SetByteSize(this, req_byte_size); in AllocPages() 166 DCHECK_EQ(fpr->ByteSize(this) % kPageSize, static_cast<size_t>(0)); in AllocPages() 168 res = fpr; in AllocPages() 235 FreePageRun* fpr = *it; in AllocPages() local 238 DCHECK_EQ(last_free_page_run, fpr); in AllocPages() [all …]
|
/art/compiler/optimizing/ |
D | intrinsics_arm64.cc | 438 FPRegister fpr = (type == DataType::Type::kInt64) ? temps.AcquireD() : temps.AcquireS(); in GenBitCount() local 440 __ Fmov(fpr, src); in GenBitCount() 441 __ Cnt(fpr.V8B(), fpr.V8B()); in GenBitCount() 442 __ Addv(fpr.B(), fpr.V8B()); in GenBitCount() 443 __ Fmov(dst, fpr); in GenBitCount()
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1592 vmov d0, r0, r1 @ store into fpr, for when it's a fpr return... 1832 vmov d0, r0, r1 @ store into fpr, for when it's a fpr return...
|