Home
last modified time | relevance | path

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

/external/v8/src/execution/arm64/
Dsimulator-arm64.cc3682 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 …]
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc4085 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 …]
Dinstructions-aarch64.h722 VectorFormat GetVectorFormat(int format_index = 0) {
723 return GetVectorFormat(formats_[format_index]);
726 VectorFormat GetVectorFormat(const NEONFormatMap* format_map) { in GetVectorFormat() function
Ddisasm-aarch64.cc3392 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
3404 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
3418 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()
/external/v8/src/codegen/arm64/
Dinstructions-arm64.cc383 VectorFormat NEONFormatDecoder::GetVectorFormat(int format_index) { in GetVectorFormat() function in v8::internal::NEONFormatDecoder
384 return GetVectorFormat(formats_[format_index]); in GetVectorFormat()
387 VectorFormat NEONFormatDecoder::GetVectorFormat( in GetVectorFormat() function in v8::internal::NEONFormatDecoder
Dinstructions-arm64.h628 VectorFormat GetVectorFormat(int format_index = 0);
629 VectorFormat GetVectorFormat(const NEONFormatMap* format_map);
/external/v8/src/diagnostics/arm64/
Ddisasm-arm64.cc2210 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
2222 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
2236 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()