Home
last modified time | relevance | path

Searched refs:LaneCountFromFormat (Results 1 - 13 of 13) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc187 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1()
209 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1r()
232 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2()
261 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2r()
279 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3()
317 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3r()
339 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4()
386 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4r()
396 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in st1()
417 for (int i = 0; i < LaneCountFromFormat(vfor in st2()
[all...]
H A Dsimulator-aarch64.h768 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in UintArray()
771 return LaneCountFromFormat(vform); in UintArray()
808 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SetIntArray()
836 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SetUintArray()
912 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SignedSaturate()
924 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in UnsignedSaturate()
943 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Round()
952 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Uhalve()
968 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Halve()
984 int LaneCountFromFormat(VectorForma function in vixl::aarch64::LogicVRegister
[all...]
H A Dinstructions-aarch64.cc1335 int LaneCountFromFormat(VectorFormat vform) { in LaneCountFromFormat() function
H A Dinstructions-aarch64.h789 int LaneCountFromFormat(VectorFormat vform);
H A Dassembler-aarch64.cc5093 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format))));
5096 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format))));
5139 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format))));
5180 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format))));
5216 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format))));
H A Dsimulator-aarch64.cc2183 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Simulator()
11305 int lane_count = LaneCountFromFormat(vform); in Simulator()
13655 if ((index < 0) || (index >= LaneCountFromFormat(vform))) { in Simulator()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc348 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1()
361 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1r()
372 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2()
394 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2r()
408 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3()
438 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3r()
456 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4()
494 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4r()
503 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in st1()
518 for (int i = 0; i < LaneCountFromFormat(vfor in st2()
[all...]
H A Dsimulator-arm64.h467 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SetIntArray()
494 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SetUintArray()
563 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SignedSaturate()
575 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in UnsignedSaturate()
594 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Round()
603 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Uhalve()
619 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Halve()
/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc1475 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpNEON_Helper()
1478 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpNEON_Helper()
1547 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpNEON()
1549 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpNEON()
1679 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1755 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpAcrossNEON()
1822 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpAcrossNEON()
1916 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test2OpNEON_Helper()
1919 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test2OpNEON_Helper()
1925 const unsigned vm_lane_count = LaneCountFromFormat(vm_for in Test2OpNEON_Helper()
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.cc224 int LaneCountFromFormat(VectorFormat vform) { in LaneCountFromFormat() function
H A Dregister-arm64.h310 V8_EXPORT_PRIVATE int LaneCountFromFormat(VectorFormat vform);
331 int reg_count = IsVectorFormat(format) ? LaneCountFromFormat(format) : 1; in Create()
H A Dassembler-arm64.cc1904 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()
1934 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in smov()
2092 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in umov()
2132 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()
2134 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h173 DCHECK_EQ(dst.LaneCount(), LaneCountFromFormat(format)); in EmitSimdShift()

Completed in 64 milliseconds