/third_party/vixl/test/aarch32/ |
H A D | test-utils-aarch32.cc | 46 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 D | test-abi.cc | 103 CHECK_NEXT_PARAMETER_MEM(double, MemOperand(sp, 16), kDRegSizeInBytes); in TEST()
|
H A D | test-utils-aarch64.h | 97 VIXL_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in RegisterDump()
|
H A D | test-assembler-fp-aarch64.cc | 4651 __ 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 D | test-utils-aarch64.cc | 685 DumpRegisters<VRegister>(masm, dump_base, d_offset, kDRegSizeInBytes); in Dump()
|
H A D | test-assembler-aarch64.cc | 8212 __ 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 D | test-api-aarch64.cc | 586 VIXL_CHECK(p14.VnD().GetLaneSizeInBytes() == kDRegSizeInBytes); in TEST()
|
H A D | test-assembler-sve-aarch64.cc | 329 __ 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 D | test-assembler-neon-aarch64.cc | 2682 uint8_t src[14 * kDRegSizeInBytes]; in TEST() 2739 uint8_t src[64 + 14 * kDRegSizeInBytes]; in TEST()
|
H A D | test-trace-aarch64.cc | 3072 for (unsigned lane = 0; lane < (vl_in_bytes / kDRegSizeInBytes); lane++) {
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-sve-aarch64.cc | 208 ((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 D | instructions-aarch64.cc | 853 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in CalcLSPairDataSize()
|
H A D | instructions-aarch64.h | 73 const unsigned kDRegSizeInBytes = kDRegSize / 8; member
|
H A D | simulator-aarch64.h | 1763 (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 D | simulator-aarch64.cc | 589 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 D | assembler-aarch64.cc | 139 case kDRegSizeInBytes: in place() 6774 case kDRegSizeInBytes: 6803 case kDRegSizeInBytes: 6829 case kDRegSizeInBytes:
|
H A D | assembler-aarch64.h | 214 VIXL_STATIC_ASSERT(kDRegSizeInBytes == kXRegSizeInBytes); in GetSize() 368 case kDRegSizeInBytes: in RewriteValueInCode()
|
H A D | disasm-aarch64.cc | 6443 imm *= (instr->GetNEONQ() == 0) ? kDRegSizeInBytes in Disassembler()
|
H A D | macro-assembler-aarch64.h | 5030 kDRegSizeInBytes); in Ld1rd()
|
/third_party/vixl/src/aarch32/ |
H A D | constants-aarch32.h | 53 const unsigned kDRegSizeInBytes = kDRegSizeInBits / 8; member
|