Home
last modified time | relevance | path

Searched refs:kWRegSizeInBytes (Results 1 - 12 of 12) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-abi.cc97 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 Dtest-utils-aarch64.h101 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump()
103 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump()
H A Dtest-utils-aarch64.cc681 DumpRegisters<Register>(masm, dump_base, w_offset, kWRegSizeInBytes); in Dump()
725 __ Str(w, MemOperand(dump2_base, w_offset + (code * kWRegSizeInBytes))); in Dump()
H A Dtest-assembler-aarch64.cc8186 __ 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 Dabi-aarch64.h100 unsigned operand_size = AlignUp(size, kWRegSizeInBytes); in GetNextParameterGenericOperand()
H A Dinstructions-aarch64.cc854 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in CalcLSPairDataSize()
H A Dinstructions-aarch64.h61 const unsigned kWRegSizeInBytes = kWRegSize / 8; member
H A Dsimulator-aarch64.cc1194 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 Dmacro-assembler-aarch64.cc160 VIXL_ASSERT((pool_size % kWRegSizeInBytes) == 0); in Emit()
162 masm_->ldr(xzr, static_cast<int>(pool_size / kWRegSizeInBytes)); in Emit()
H A Dsimulator-aarch64.h1615 if (sizeof(T) < kWRegSizeInBytes) {
1626 VIXL_ASSERT((sizeof(T) == kWRegSizeInBytes) ||
H A Dassembler-aarch64.h215 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 Dassembler-aarch64.cc1367 VIXL_ASSERT(literal->GetSize() == kWRegSizeInBytes); in ldrsw()

Completed in 53 milliseconds