Searched refs:kWRegSizeInBytes (Results 1 – 12 of 12) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-abi.cc | 97 CHECK_NEXT_PARAMETER_MEM(int, MemOperand(sp, 0), kWRegSizeInBytes); in TEST() 98 CHECK_NEXT_PARAMETER_MEM(int, MemOperand(sp, 8), kWRegSizeInBytes); in TEST() 104 CHECK_NEXT_PARAMETER_MEM(bool, MemOperand(sp, 24), kWRegSizeInBytes); in TEST() 107 kWRegSizeInBytes); in TEST()
|
D | test-utils-aarch64.h | 70 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump() 72 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump()
|
D | test-utils-aarch64.cc | 487 MemOperand(dump, i * kWRegSizeInBytes)); in Dump() 543 MemOperand(dump2, dump_base.GetCode() * kWRegSizeInBytes)); in Dump() 544 __ Str(dump_w, MemOperand(dump2, dump.GetCode() * kWRegSizeInBytes)); in Dump() 545 __ Str(tmp_w, MemOperand(dump2, tmp.GetCode() * kWRegSizeInBytes)); in Dump()
|
D | test-assembler-aarch64.cc | 15598 __ PeekXRegList(x15.GetBit(), kWRegSizeInBytes); in TEST() 15702 size_stored += 4 * kWRegSizeInBytes; in TEST() 15707 size_stored += 4 * kWRegSizeInBytes; in TEST() 15723 size_stored += 1 * kWRegSizeInBytes; in TEST() 16509 __ Drop((active_w_slots - requested_w_slots) * kWRegSizeInBytes); in PushPopWXOverlapHelper() 17794 uint32_t* wp = AlignUp(wp_data + 1, kWRegSizeInBytes * 2) - 1; in TEST() 17895 uint32_t* wp = AlignUp(wp_data + 1, kWRegSizeInBytes * 2) - 1; in TEST() 19105 offset += 2 * kWRegSizeInBytes; in TEST() 19119 offset += 2 * kWRegSizeInBytes; in TEST() 19147 offset += kWRegSizeInBytes; in TEST() [all …]
|
/external/vixl/src/aarch64/ |
D | abi-aarch64.h | 100 unsigned operand_size = AlignUp(size, kWRegSizeInBytes); in GetNextParameterGenericOperand()
|
D | instructions-aarch64.cc | 247 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in CalcLSPairDataSize()
|
D | instructions-aarch64.h | 61 const unsigned kWRegSizeInBytes = kWRegSize / 8; variable
|
D | assembler-aarch64.h | 197 VIXL_STATIC_ASSERT(kSRegSizeInBytes == kWRegSizeInBytes); in GetSize() 198 VIXL_ASSERT((size_ == kXRegSizeInBytes) || (size_ == kWRegSizeInBytes) || in GetSize() 230 VIXL_ASSERT(size_ == kWRegSizeInBytes); in GetRawValue32()
|
D | macro-assembler-aarch64.cc | 142 VIXL_ASSERT((pool_size % kWRegSizeInBytes) == 0); in Emit() 144 masm_->ldr(xzr, static_cast<int>(pool_size / kWRegSizeInBytes)); in Emit()
|
D | simulator-aarch64.h | 850 if (sizeof(T) < kWRegSizeInBytes) { 861 VIXL_ASSERT((sizeof(T) == kWRegSizeInBytes) ||
|
D | simulator-aarch64.cc | 546 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in GetPrintRegisterFormatForSize() 681 case kWRegSizeInBytes: in PrintRegisterRawHelper()
|
D | assembler-aarch64.cc | 1329 VIXL_ASSERT(literal->GetSize() == kWRegSizeInBytes); in ldrsw()
|