Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dsimulator-aarch64.cc4674 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON2RegMisc()
4678 VectorFormat vf_lp = nfd.GetVectorFormat(&map_lp); in VisitNEON2RegMisc()
4681 VectorFormat vf_fcvtl = nfd.GetVectorFormat(&map_fcvtl); in VisitNEON2RegMisc()
4685 VectorFormat vf_fcvtn = nfd.GetVectorFormat(&map_fcvtn); in VisitNEON2RegMisc()
4758 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()
4772 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON2RegMisc()
4932 vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc()
4956 VectorFormat fpf = nfd.GetVectorFormat(&map_half); in VisitNEON2RegMiscFP16()
5065 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON3Same()
5095 VectorFormat vf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON3Same()
[all …]
Dinstructions-aarch64.h810 VectorFormat GetVectorFormat(int format_index = 0) {
811 return GetVectorFormat(formats_[format_index]);
814 VectorFormat GetVectorFormat(const NEONFormatMap* format_map) { in GetVectorFormat() function
Ddisasm-aarch64.cc3393 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
3405 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
3419 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()