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.cc | 442 MemOperand(dump, i * kWRegSizeInBytes)); in Dump() 487 MemOperand(dump2, dump_base.GetCode() * kWRegSizeInBytes)); in Dump() 488 __ Str(dump_w, MemOperand(dump2, dump.GetCode() * kWRegSizeInBytes)); in Dump() 489 __ Str(tmp_w, MemOperand(dump2, tmp.GetCode() * kWRegSizeInBytes)); in Dump()
|
D | test-utils-aarch64.h | 65 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump() 67 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump()
|
D | test-assembler-aarch64.cc | 13851 __ PeekXRegList(x15.GetBit(), kWRegSizeInBytes); in TEST() 13954 size_stored += 4 * kWRegSizeInBytes; in TEST() 13959 size_stored += 4 * kWRegSizeInBytes; in TEST() 13975 size_stored += 1 * kWRegSizeInBytes; in TEST() 14761 __ Drop((active_w_slots - requested_w_slots) * kWRegSizeInBytes); in PushPopWXOverlapHelper() 15902 uint32_t* wp = AlignUp(wp_data + 1, kWRegSizeInBytes * 2) - 1; in TEST() 16003 uint32_t* wp = AlignUp(wp_data + 1, kWRegSizeInBytes * 2) - 1; in TEST() 16417 offset += 2 * kWRegSizeInBytes; in TEST() 16431 offset += 2 * kWRegSizeInBytes; in TEST() 16459 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 | 244 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 | 1007 if (sizeof(T) < kWRegSizeInBytes) { 1018 VIXL_ASSERT((sizeof(T) == kWRegSizeInBytes) ||
|
D | simulator-aarch64.cc | 512 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in GetPrintRegisterFormatForSize() 642 case kWRegSizeInBytes: in PrintRegisterRawHelper()
|
D | assembler-aarch64.cc | 1195 VIXL_ASSERT(literal->GetSize() == kWRegSizeInBytes); in ldrsw()
|