Searched refs:GetVectorFormat (Results 1 – 7 of 7) sorted by relevance
3682 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON2RegMisc()3687 VectorFormat vf_lp = nfd.GetVectorFormat(&map_lp); in VisitNEON2RegMisc()3690 VectorFormat vf_fcvtl = nfd.GetVectorFormat(&map_fcvtl); in VisitNEON2RegMisc()3694 VectorFormat vf_fcvtn = nfd.GetVectorFormat(&map_fcvtn); in VisitNEON2RegMisc()3767 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()3781 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON2RegMisc()3923 vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc()3950 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON3Same()3980 VectorFormat vf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON3Same()4058 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON3Same()[all …]
4085 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON2RegMisc()4089 VectorFormat vf_lp = nfd.GetVectorFormat(&map_lp); in VisitNEON2RegMisc()4092 VectorFormat vf_fcvtl = nfd.GetVectorFormat(&map_fcvtl); in VisitNEON2RegMisc()4096 VectorFormat vf_fcvtn = nfd.GetVectorFormat(&map_fcvtn); in VisitNEON2RegMisc()4169 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()4183 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON2RegMisc()4343 vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc()4367 VectorFormat fpf = nfd.GetVectorFormat(&map_half); in VisitNEON2RegMiscFP16()4476 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON3Same()4506 VectorFormat vf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON3Same()[all …]
722 VectorFormat GetVectorFormat(int format_index = 0) {723 return GetVectorFormat(formats_[format_index]);726 VectorFormat GetVectorFormat(const NEONFormatMap* format_map) { in GetVectorFormat() function
3392 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()3404 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()3418 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()
383 VectorFormat NEONFormatDecoder::GetVectorFormat(int format_index) { in GetVectorFormat() function in v8::internal::NEONFormatDecoder384 return GetVectorFormat(formats_[format_index]); in GetVectorFormat()387 VectorFormat NEONFormatDecoder::GetVectorFormat( in GetVectorFormat() function in v8::internal::NEONFormatDecoder
628 VectorFormat GetVectorFormat(int format_index = 0);629 VectorFormat GetVectorFormat(const NEONFormatMap* format_map);
2210 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()2222 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()2236 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()