Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
H A 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
H A Dinstructions-arm64.h628 VectorFormat GetVectorFormat(int format_index = 0);
629 VectorFormat GetVectorFormat(const NEONFormatMap* format_map);
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc3914 VectorFormat vf = nfd.GetVectorFormat();
3919 VectorFormat vf_lp = nfd.GetVectorFormat(&map_lp);
3922 VectorFormat vf_fcvtl = nfd.GetVectorFormat(&map_fcvtl);
3926 VectorFormat vf_fcvtn = nfd.GetVectorFormat(&map_fcvtn);
3999 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap());
4013 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap());
4155 vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap());
4182 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap());
4212 VectorFormat vf = nfd.GetVectorFormat(nfd.FPFormatMap());
4290 VectorFormat vf = nfd.GetVectorFormat();
[all...]
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc6945 VectorFormat vf = nfd.GetVectorFormat(); in Simulator()
6949 VectorFormat vf_lp = nfd.GetVectorFormat(&map_lp); in Simulator()
6952 VectorFormat vf_fcvtl = nfd.GetVectorFormat(&map_fcvtl); in Simulator()
6956 VectorFormat vf_fcvtn = nfd.GetVectorFormat(&map_fcvtn); in Simulator()
7029 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in Simulator()
7043 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in Simulator()
7203 vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in Simulator()
7227 VectorFormat fpf = nfd.GetVectorFormat(&map_half); in Simulator()
7336 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in Simulator()
7366 VectorFormat vf = nfd.GetVectorFormat(nf in Simulator()
[all...]
H A Dinstructions-aarch64.h907 VectorFormat GetVectorFormat(int format_index = 0) { in GetVectorFormat() function in vixl::aarch64::NEONFormatDecoder
908 return GetVectorFormat(formats_[format_index]); in GetVectorFormat()
911 VectorFormat GetVectorFormat(const NEONFormatMap* format_map) { in GetVectorFormat() function in vixl::aarch64::NEONFormatDecoder
H A Ddisasm-aarch64.cc2202 VectorFormat vform_dst = nfd.GetVectorFormat(0); in Disassembler()
2263 VectorFormat vform_dst = nfd.GetVectorFormat(0); in Disassembler()
2357 VectorFormat vform_dst = nfd.GetVectorFormat(0); in Disassembler()
2434 if (nfd.GetVectorFormat(0) != kFormat8H) { in Disassembler()
2441 if (nfd.GetVectorFormat(0) == kFormat8H) { in Disassembler()
2476 VectorFormat vform_src = nfd.GetVectorFormat(1); in Disassembler()
2568 if (nfd.GetVectorFormat() == kFormatD) { in Disassembler()
2580 if (nfd.GetVectorFormat() == kFormatD) { in Disassembler()
2589 VectorFormat vform = nfd.GetVectorFormat(); in Disassembler()
2601 if (nfd.GetVectorFormat() in Disassembler()
[all...]
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc2215 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
2227 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
2241 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()

Completed in 34 milliseconds