Searched refs:kFormatD (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 1017 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()
|
D | instructions-aarch64.h | 198 kFormatD = NEON_D | NEONScalar, enumerator 861 kFormatD}; in GetVectorFormat()
|
D | disasm-aarch64.cc | 2459 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()
|
D | logic-aarch64.cc | 1225 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); \
|
D | simulator-aarch64.cc | 1107 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/ |
D | test-api-aarch64.cc | 275 VIXL_CHECK(VRegister(3, kFormatD).Is(d3)); in TEST()
|