Home
last modified time | relevance | path

Searched refs:kDRegSizeInBytes (Results 1 - 20 of 20) sorted by relevance

/third_party/vixl/test/aarch32/
H A Dtest-utils-aarch32.cc46 VIXL_STATIC_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in Dump()
76 MemOperand(dump_base, d_offset + (i * kDRegSizeInBytes))); in Dump()
/third_party/vixl/test/aarch64/
H A Dtest-abi.cc103 CHECK_NEXT_PARAMETER_MEM(double, MemOperand(sp, 16), kDRegSizeInBytes); in TEST()
H A Dtest-utils-aarch64.h97 VIXL_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in RegisterDump()
H A Dtest-assembler-fp-aarch64.cc4651 __ Str(d0, MemOperand(x0, fbits * kDRegSizeInBytes));
4652 __ Str(d1, MemOperand(x1, fbits * kDRegSizeInBytes));
4653 __ Str(d2, MemOperand(x2, fbits * kDRegSizeInBytes));
4654 __ Str(d3, MemOperand(x3, fbits * kDRegSizeInBytes));
4662 __ Str(d0, MemOperand(x0, fbits * kDRegSizeInBytes));
4663 __ Str(d1, MemOperand(x1, fbits * kDRegSizeInBytes));
H A Dtest-utils-aarch64.cc685 DumpRegisters<VRegister>(masm, dump_base, d_offset, kDRegSizeInBytes); in Dump()
H A Dtest-assembler-aarch64.cc8212 __ PeekCPURegList(list_d_2, 2 * kDRegSizeInBytes);
8214 __ PeekSRegList(s16.GetBit() | s17.GetBit(), 3 * kDRegSizeInBytes);
8299 size_stored += 4 * kDRegSizeInBytes;
8304 size_stored += 4 * kDRegSizeInBytes;
8314 size_stored += 4 * kDRegSizeInBytes;
11701 offset += 2 * kDRegSizeInBytes;
11729 offset += kDRegSizeInBytes;
11787 offset += kDRegSizeInBytes;
11921 preindex = 2 * kDRegSizeInBytes;
11953 preindex = kDRegSizeInBytes;
[all...]
H A Dtest-api-aarch64.cc586 VIXL_CHECK(p14.VnD().GetLaneSizeInBytes() == kDRegSizeInBytes); in TEST()
H A Dtest-assembler-sve-aarch64.cc329 __ Dup(v13.V8B(), b13, kDRegSizeInBytes);
7156 int vl_d = vl / kDRegSizeInBytes;
7193 (10 * vl) + (6 * kDRegSizeInBytes),
7338 int vl_d = vl / kDRegSizeInBytes;
7508 int vl_d = vl / kDRegSizeInBytes;
7705 int vl_d = vl / kDRegSizeInBytes;
7915 int vl_d = vl / kDRegSizeInBytes;
8157 int vl_d = vl / kDRegSizeInBytes;
8415 int vl_d = vl / kDRegSizeInBytes;
10565 uint64_t dlanes = config->sve_vl_in_bytes() / kDRegSizeInBytes;
[all...]
H A Dtest-assembler-neon-aarch64.cc2682 uint8_t src[14 * kDRegSizeInBytes]; in TEST()
2739 uint8_t src[64 + 14 * kDRegSizeInBytes]; in TEST()
H A Dtest-trace-aarch64.cc3072 for (unsigned lane = 0; lane < (vl_in_bytes / kDRegSizeInBytes); lane++) {
/third_party/vixl/src/aarch64/
H A Dassembler-sve-aarch64.cc208 ((zm.GetLaneSizeInBytes() == kDRegSizeInBytes) && in asr()
209 (zd.GetLaneSizeInBytes() != kDRegSizeInBytes))); in asr()
283 ((zm.GetLaneSizeInBytes() == kDRegSizeInBytes) && in lsl()
284 (zd.GetLaneSizeInBytes() != kDRegSizeInBytes))); in lsl()
340 ((zm.GetLaneSizeInBytes() == kDRegSizeInBytes) && in lsr()
341 (zd.GetLaneSizeInBytes() != kDRegSizeInBytes))); in lsr()
402 VIXL_ASSERT(zd.GetLaneSizeInBytes() != kDRegSizeInBytes); in asr()
419 VIXL_ASSERT(zd.GetLaneSizeInBytes() != kDRegSizeInBytes); in lsl()
436 VIXL_ASSERT(zd.GetLaneSizeInBytes() != kDRegSizeInBytes); in lsr()
1685 case kDRegSizeInBytes in fcvt()
[all...]
H A Dinstructions-aarch64.cc853 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in CalcLSPairDataSize()
H A Dinstructions-aarch64.h73 const unsigned kDRegSizeInBytes = kDRegSize / 8; member
H A Dsimulator-aarch64.h1763 (sizeof(T) == kSRegSizeInBytes) || (sizeof(T) == kDRegSizeInBytes) ||
1872 (sizeof(value) == kDRegSizeInBytes) ||
2362 case kDRegSizeInBytes:
2374 (GetPrintRegLaneSizeInBytes(format) == kDRegSizeInBytes)) {
2390 VIXL_STATIC_ASSERT(sizeof(value) == kDRegSizeInBytes);
H A Dsimulator-aarch64.cc589 VIXL_ASSERT((GetVectorLengthInBytes() % kDRegSizeInBytes) == 0); in Simulator()
590 int lane_count = GetVectorLengthInBytes() / kDRegSizeInBytes; in Simulator()
1166 case kDRegSizeInBytes: in Simulator()
1179 case kDRegSizeInBytes: in Simulator()
1193 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in Simulator()
1380 case kDRegSizeInBytes: { in Simulator()
12482 instr->ExtractSignedBits(19, 16) * dwords * kDRegSizeInBytes; in Simulator()
12487 ld1(kFormatVnD, zt, i, addr + offset + (i * kDRegSizeInBytes)); in Simulator()
H A Dassembler-aarch64.cc139 case kDRegSizeInBytes: in place()
6774 case kDRegSizeInBytes:
6803 case kDRegSizeInBytes:
6829 case kDRegSizeInBytes:
H A Dassembler-aarch64.h214 VIXL_STATIC_ASSERT(kDRegSizeInBytes == kXRegSizeInBytes); in GetSize()
368 case kDRegSizeInBytes: in RewriteValueInCode()
H A Ddisasm-aarch64.cc6443 imm *= (instr->GetNEONQ() == 0) ? kDRegSizeInBytes in Disassembler()
H A Dmacro-assembler-aarch64.h5030 kDRegSizeInBytes); in Ld1rd()
/third_party/vixl/src/aarch32/
H A Dconstants-aarch32.h53 const unsigned kDRegSizeInBytes = kDRegSizeInBits / 8; member

Completed in 123 milliseconds