Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dsimulator-aarch64.cc2990 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON2RegMisc()
2994 VectorFormat vf_lp = nfd.GetVectorFormat(&map_lp); in VisitNEON2RegMisc()
2997 VectorFormat vf_fcvtl = nfd.GetVectorFormat(&map_fcvtl); in VisitNEON2RegMisc()
3001 VectorFormat vf_fcvtn = nfd.GetVectorFormat(&map_fcvtn); in VisitNEON2RegMisc()
3074 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()
3088 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON2RegMisc()
3229 vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc()
3257 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON3Same()
3287 VectorFormat vf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON3Same()
3365 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON3Same()
[all …]
Dinstructions-aarch64.h654 VectorFormat GetVectorFormat(int format_index = 0) {
655 return GetVectorFormat(formats_[format_index]);
658 VectorFormat GetVectorFormat(const NEONFormatMap* format_map) { in GetVectorFormat() function
Ddisasm-aarch64.cc2613 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
2625 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
2639 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()