Home
last modified time | relevance | path

Searched refs:kDRegSizeInBytes (Results 1 – 13 of 13) sorted by relevance

/external/vixl/test/aarch32/
Dtest-utils-aarch32.cc46 VIXL_STATIC_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in Dump()
76 MemOperand(dump_base, d_offset + (i * kDRegSizeInBytes))); in Dump()
/external/vixl/test/aarch64/
Dtest-abi.cc103 CHECK_NEXT_PARAMETER_MEM(double, MemOperand(sp, 16), kDRegSizeInBytes); in TEST()
Dtest-utils-aarch64.h62 VIXL_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in RegisterDump()
Dtest-utils-aarch64.cc450 MemOperand(dump, i * kDRegSizeInBytes)); in Dump()
Dtest-assembler-aarch64.cc5531 uint8_t src[14 * kDRegSizeInBytes]; in TEST()
5588 uint8_t src[64 + 14 * kDRegSizeInBytes]; in TEST()
12996 __ Str(d0, MemOperand(x0, fbits * kDRegSizeInBytes)); in TestUScvtfHelper()
12997 __ Str(d1, MemOperand(x1, fbits * kDRegSizeInBytes)); in TestUScvtfHelper()
12998 __ Str(d2, MemOperand(x2, fbits * kDRegSizeInBytes)); in TestUScvtfHelper()
12999 __ Str(d3, MemOperand(x3, fbits * kDRegSizeInBytes)); in TestUScvtfHelper()
13007 __ Str(d0, MemOperand(x0, fbits * kDRegSizeInBytes)); in TestUScvtfHelper()
13008 __ Str(d1, MemOperand(x1, fbits * kDRegSizeInBytes)); in TestUScvtfHelper()
13877 __ PeekCPURegList(list_d_2, 2 * kDRegSizeInBytes); in TEST()
13879 __ PeekSRegList(s16.GetBit() | s17.GetBit(), 3 * kDRegSizeInBytes); in TEST()
[all …]
/external/vixl/src/aarch32/
Dconstants-aarch32.h53 const unsigned kDRegSizeInBytes = kDRegSizeInBits / 8; variable
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc243 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in CalcLSPairDataSize()
Dsimulator-aarch64.h1145 (sizeof(T) == kSRegSizeInBytes) || (sizeof(T) == kDRegSizeInBytes) ||
1250 (sizeof(value) == kDRegSizeInBytes) ||
1538 case kDRegSizeInBytes:
1547 (GetPrintRegLaneSizeInBytes(format) == kDRegSizeInBytes)) {
1559 VIXL_STATIC_ASSERT(sizeof(value) == kDRegSizeInBytes);
Dinstructions-aarch64.h73 const unsigned kDRegSizeInBytes = kDRegSize / 8; variable
Dsimulator-aarch64.cc484 case kDRegSizeInBytes: in GetPrintRegisterFormatForSize()
497 case kDRegSizeInBytes: in GetPrintRegisterFormatForSize()
511 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in GetPrintRegisterFormatForSize()
756 (lane_size_in_bytes == kDRegSizeInBytes)); in PrintVRegisterFPHelper()
Dassembler-aarch64.cc138 case kDRegSizeInBytes: in place()
4683 case kDRegSizeInBytes: in StorePairOpFor()
4712 case kDRegSizeInBytes: in StorePairNonTemporalOpFor()
4738 case kDRegSizeInBytes: in LoadLiteralOpFor()
Dassembler-aarch64.h196 VIXL_STATIC_ASSERT(kDRegSizeInBytes == kXRegSizeInBytes); in GetSize()
350 case kDRegSizeInBytes: in RewriteValueInCode()
Ddisasm-aarch64.cc4240 imm *= (instr->GetNEONQ() == 0) ? kDRegSizeInBytes in SubstituteRegisterField()