Searched refs:kDRegSizeInBytes (Results 1 – 13 of 13) sorted by relevance
/external/vixl/test/aarch32/ |
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()
|
/external/vixl/test/aarch64/ |
D | test-abi.cc | 103 CHECK_NEXT_PARAMETER_MEM(double, MemOperand(sp, 16), kDRegSizeInBytes); in TEST()
|
D | test-utils-aarch64.h | 66 VIXL_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in RegisterDump()
|
D | test-utils-aarch64.cc | 495 MemOperand(dump, i * kDRegSizeInBytes)); in Dump()
|
D | test-assembler-aarch64.cc | 6118 uint8_t src[14 * kDRegSizeInBytes]; in TEST() 6175 uint8_t src[64 + 14 * kDRegSizeInBytes]; in TEST() 14488 __ Str(d0, MemOperand(x0, fbits * kDRegSizeInBytes)); in TestUScvtfHelper() 14489 __ Str(d1, MemOperand(x1, fbits * kDRegSizeInBytes)); in TestUScvtfHelper() 14490 __ Str(d2, MemOperand(x2, fbits * kDRegSizeInBytes)); in TestUScvtfHelper() 14491 __ Str(d3, MemOperand(x3, fbits * kDRegSizeInBytes)); in TestUScvtfHelper() 14499 __ Str(d0, MemOperand(x0, fbits * kDRegSizeInBytes)); in TestUScvtfHelper() 14500 __ Str(d1, MemOperand(x1, fbits * kDRegSizeInBytes)); in TestUScvtfHelper() 15624 __ PeekCPURegList(list_d_2, 2 * kDRegSizeInBytes); in TEST() 15626 __ PeekSRegList(s16.GetBit() | s17.GetBit(), 3 * kDRegSizeInBytes); in TEST() [all …]
|
/external/vixl/src/aarch32/ |
D | constants-aarch32.h | 53 const unsigned kDRegSizeInBytes = kDRegSizeInBits / 8; variable
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 246 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in CalcLSPairDataSize()
|
D | simulator-aarch64.h | 988 (sizeof(T) == kSRegSizeInBytes) || (sizeof(T) == kDRegSizeInBytes) || 1097 (sizeof(value) == kDRegSizeInBytes) || 1400 case kDRegSizeInBytes: 1412 (GetPrintRegLaneSizeInBytes(format) == kDRegSizeInBytes)) { 1424 VIXL_STATIC_ASSERT(sizeof(value) == kDRegSizeInBytes);
|
D | instructions-aarch64.h | 73 const unsigned kDRegSizeInBytes = kDRegSize / 8; variable
|
D | simulator-aarch64.cc | 518 case kDRegSizeInBytes: in GetPrintRegisterFormatForSize() 531 case kDRegSizeInBytes: in GetPrintRegisterFormatForSize() 545 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in GetPrintRegisterFormatForSize() 796 (lane_size_in_bytes == kDRegSizeInBytes)); in PrintVRegisterFPHelper() 821 case kDRegSizeInBytes: in PrintVRegisterFPHelper() 849 case kDRegSizeInBytes: in PrintVRegisterFPHelper()
|
D | assembler-aarch64.cc | 138 case kDRegSizeInBytes: in place() 5846 case kDRegSizeInBytes: in StorePairOpFor() 5875 case kDRegSizeInBytes: in StorePairNonTemporalOpFor() 5901 case kDRegSizeInBytes: in LoadLiteralOpFor()
|
D | assembler-aarch64.h | 196 VIXL_STATIC_ASSERT(kDRegSizeInBytes == kXRegSizeInBytes); in GetSize() 350 case kDRegSizeInBytes: in RewriteValueInCode()
|
D | disasm-aarch64.cc | 4944 imm *= (instr->GetNEONQ() == 0) ? kDRegSizeInBytes in SubstituteRegisterField()
|