Searched refs:kWRegSizeInBytes (Results 1 – 12 of 12) sorted by relevance
/third_party/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 | 101 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump() 103 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump()
|
D | test-utils-aarch64.cc | 680 DumpRegisters<Register>(masm, dump_base, w_offset, kWRegSizeInBytes); in Dump() 724 __ Str(w, MemOperand(dump2_base, w_offset + (code * kWRegSizeInBytes))); in Dump()
|
D | test-assembler-aarch64.cc | 7782 __ PeekXRegList(x15.GetBit(), kWRegSizeInBytes); in TEST() 7886 size_stored += 4 * kWRegSizeInBytes; in TEST() 7891 size_stored += 4 * kWRegSizeInBytes; in TEST() 7907 size_stored += 1 * kWRegSizeInBytes; in TEST() 8693 __ Drop((active_w_slots - requested_w_slots) * kWRegSizeInBytes); in PushPopWXOverlapHelper() 9353 uint32_t* wp = AlignUp(wp_data + 1, kWRegSizeInBytes * 2) - 1; in TEST() 9454 uint32_t* wp = AlignUp(wp_data + 1, kWRegSizeInBytes * 2) - 1; in TEST() 10944 if (i <= (kAtomicAccessGranule - kWRegSizeInBytes)) { in TEST() 10976 if (i <= (kAtomicAccessGranule - (kWRegSizeInBytes * 2))) { in TEST() 11114 if (i > (kAtomicAccessGranule - kWRegSizeInBytes)) { in TEST() [all …]
|
/third_party/vixl/src/aarch64/ |
D | abi-aarch64.h | 100 unsigned operand_size = AlignUp(size, kWRegSizeInBytes); in GetNextParameterGenericOperand()
|
D | instructions-aarch64.h | 61 const unsigned kWRegSizeInBytes = kWRegSize / 8; variable
|
D | instructions-aarch64.cc | 853 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in CalcLSPairDataSize()
|
D | simulator-aarch64.cc | 1085 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in Simulator() 4134 extend_to_size = kWRegSizeInBytes; in Simulator() 4138 extend_to_size = kWRegSizeInBytes; in Simulator() 4142 extend_to_size = kWRegSizeInBytes; in Simulator() 4150 extend_to_size = kWRegSizeInBytes; in Simulator() 4154 extend_to_size = kWRegSizeInBytes; in Simulator() 4649 reg_size = kWRegSizeInBytes; in Simulator() 4656 reg_size = kWRegSizeInBytes; in Simulator() 4663 reg_size = kWRegSizeInBytes; in Simulator() 4678 reg_size = kWRegSizeInBytes; in Simulator() [all …]
|
D | macro-assembler-aarch64.cc | 160 VIXL_ASSERT((pool_size % kWRegSizeInBytes) == 0); in Emit() 162 masm_->ldr(xzr, static_cast<int>(pool_size / kWRegSizeInBytes)); in Emit()
|
D | simulator-aarch64.h | 1374 if (sizeof(T) < kWRegSizeInBytes) { 1385 VIXL_ASSERT((sizeof(T) == kWRegSizeInBytes) ||
|
D | assembler-aarch64.h | 214 VIXL_STATIC_ASSERT(kSRegSizeInBytes == kWRegSizeInBytes); in GetSize() 215 VIXL_ASSERT((size_ == kXRegSizeInBytes) || (size_ == kWRegSizeInBytes) || in GetSize() 247 VIXL_ASSERT(size_ == kWRegSizeInBytes); in GetRawValue32()
|
D | assembler-aarch64.cc | 1366 VIXL_ASSERT(literal->GetSize() == kWRegSizeInBytes); in ldrsw()
|