Home
last modified time | relevance | path

Searched refs:GetVectorFormat (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/vixl/a64/
Dsimulator-a64.cc2475 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON2RegMisc()
2480 VectorFormat vf_lp = nfd.GetVectorFormat(&map_lp); in VisitNEON2RegMisc()
2485 VectorFormat vf_fcvtl = nfd.GetVectorFormat(&map_fcvtl); in VisitNEON2RegMisc()
2490 VectorFormat vf_fcvtn = nfd.GetVectorFormat(&map_fcvtn); in VisitNEON2RegMisc()
2521 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()
2531 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON2RegMisc()
2603 vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc()
2631 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON3Same()
2645 VectorFormat vf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON3Same()
2675 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON3Same()
[all …]
Dinstructions-a64.h574 VectorFormat GetVectorFormat(int format_index = 0) {
575 return GetVectorFormat(formats_[format_index]);
578 VectorFormat GetVectorFormat(const NEONFormatMap* format_map) { in GetVectorFormat() function
Ddisasm-a64.cc1811 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
1823 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
1837 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()