Searched refs:kWRegSizeInBytes (Results 1 - 12 of 12) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A 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()
|
H A 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()
|
H A D | test-utils-aarch64.cc | 681 DumpRegisters<Register>(masm, dump_base, w_offset, kWRegSizeInBytes); in Dump() 725 __ Str(w, MemOperand(dump2_base, w_offset + (code * kWRegSizeInBytes))); in Dump()
|
H A D | test-assembler-aarch64.cc | 8186 __ PeekXRegList(x15.GetBit(), kWRegSizeInBytes); 8290 size_stored += 4 * kWRegSizeInBytes; 8295 size_stored += 4 * kWRegSizeInBytes; 8311 size_stored += 1 * kWRegSizeInBytes; 9097 __ Drop((active_w_slots - requested_w_slots) * kWRegSizeInBytes); 9757 uint32_t* wp = AlignUp(wp_data + 1, kWRegSizeInBytes * 2) - 1; 9858 uint32_t* wp = AlignUp(wp_data + 1, kWRegSizeInBytes * 2) - 1; 11348 if (i <= (kAtomicAccessGranule - kWRegSizeInBytes)) { 11380 if (i <= (kAtomicAccessGranule - (kWRegSizeInBytes * 2))) { 11518 if (i > (kAtomicAccessGranule - kWRegSizeInBytes)) { [all...] |
/third_party/vixl/src/aarch64/ |
H A D | abi-aarch64.h | 100 unsigned operand_size = AlignUp(size, kWRegSizeInBytes); in GetNextParameterGenericOperand()
|
H A D | instructions-aarch64.cc | 854 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in CalcLSPairDataSize()
|
H A D | instructions-aarch64.h | 61 const unsigned kWRegSizeInBytes = kWRegSize / 8; member
|
H A D | simulator-aarch64.cc | 1194 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in Simulator() 4290 extend_to_size = kWRegSizeInBytes; in Simulator() 4294 extend_to_size = kWRegSizeInBytes; in Simulator() 4298 extend_to_size = kWRegSizeInBytes; in Simulator() 4306 extend_to_size = kWRegSizeInBytes; in Simulator() 4310 extend_to_size = kWRegSizeInBytes; in Simulator() 4805 reg_size = kWRegSizeInBytes; in Simulator() 4812 reg_size = kWRegSizeInBytes; in Simulator() 4819 reg_size = kWRegSizeInBytes; in Simulator() 4834 reg_size = kWRegSizeInBytes; in Simulator() [all...] |
H A 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()
|
H A D | simulator-aarch64.h | 1615 if (sizeof(T) < kWRegSizeInBytes) { 1626 VIXL_ASSERT((sizeof(T) == kWRegSizeInBytes) ||
|
H A D | assembler-aarch64.h | 215 VIXL_STATIC_ASSERT(kSRegSizeInBytes == kWRegSizeInBytes); in GetSize() 216 VIXL_ASSERT((size_ == kXRegSizeInBytes) || (size_ == kWRegSizeInBytes) || in GetSize() 248 VIXL_ASSERT(size_ == kWRegSizeInBytes); in GetRawValue32()
|
H A D | assembler-aarch64.cc | 1367 VIXL_ASSERT(literal->GetSize() == kWRegSizeInBytes); in ldrsw()
|
Completed in 53 milliseconds