Home
last modified time | relevance | path

Searched refs:kFormatD (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc1017 case kFormatD: in VectorFormatHalfWidth()
1045 return kFormatD; in VectorFormatDoubleWidth()
1073 case kFormatD: in VectorFormatFillQ()
1150 return kFormatD; in ScalarFormatFromLaneSize()
1238 case kFormatD: in RegisterSizeInBitsFromFormat()
1280 case kFormatD: in LaneSizeInBitsFromFormat()
1320 case kFormatD: in LaneSizeInBytesLog2FromFormat()
1353 case kFormatD: in LaneCountFromFormat()
1377 case kFormatD: in MaxLaneCountFromFormat()
1395 case kFormatD: in IsVectorFormat()
Dinstructions-aarch64.h198 kFormatD = NEON_D | NEONScalar, enumerator
861 kFormatD}; in GetVectorFormat()
Ddisasm-aarch64.cc2459 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
2471 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
2481 if ((vform == kFormatD) || in VisitNEONCopy()
3191 if (vform != kFormatD) { in VisitNEONScalar3Same()
3197 if ((vform == kFormatB) || (vform == kFormatD)) { in VisitNEONScalar3Same()
3244 if ((vform_dst == kFormatB) || (vform_dst == kFormatD)) { in VisitNEONScalarByIndexedElement()
Dlogic-aarch64.cc1225 VIXL_ASSERT(vform == kFormatD); in addp()
2160 dst.ClearForWrite(kFormatD); in saddv()
2161 dst.SetInt(kFormatD, 0, result); in saddv()
2178 dst.ClearForWrite(kFormatD); in uaddv()
2179 dst.SetUint(kFormatD, 0, result); in uaddv()
5539 VIXL_ASSERT(vform == kFormatD); \
Dsimulator-aarch64.cc1107 case kFormatD: in GetPrintRegisterFormat()
1144 case kFormatD: in GetPrintRegisterFormatFP()
5779 .SetUint(kFormatD, 1, ReadXRegister(src)); in VisitFPIntegerConvert()
5782 WriteXRegister(dst, LogicVRegister(ReadVRegister(src)).Uint(kFormatD, 1)); in VisitFPIntegerConvert()
6099 vform = kFormatD; in VisitFPDataProcessing1Source()
6245 vform = kFormatD; in VisitFPDataProcessing2Source()
/external/vixl/test/aarch64/
Dtest-api-aarch64.cc275 VIXL_CHECK(VRegister(3, kFormatD).Is(d3)); in TEST()