Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc172 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1()
194 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1r()
217 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2()
246 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2r()
264 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3()
302 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3r()
324 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4()
371 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4r()
381 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in st1()
402 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in st2()
[all …]
Dsimulator-aarch64.h592 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SetIntArray()
620 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SetUintArray()
694 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SignedSaturate()
706 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in UnsignedSaturate()
725 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Round()
734 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Uhalve()
750 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Halve()
766 int LaneCountFromFormat(VectorFormat vform) const { in LaneCountFromFormat() function
770 return vixl::aarch64::LaneCountFromFormat(vform); in LaneCountFromFormat()
2664 int LaneCountFromFormat(VectorFormat vform) const {
[all …]
Dinstructions-aarch64.h700 int LaneCountFromFormat(VectorFormat vform);
Dinstructions-aarch64.cc1331 int LaneCountFromFormat(VectorFormat vform) { in LaneCountFromFormat() function
Dassembler-aarch64.cc4520 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()
4523 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()
4566 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()
4607 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in umov()
4643 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in smov()
Dsimulator-aarch64.cc8977 for (int lane = 0; lane < LaneCountFromFormat(vform); lane++) { in VisitSVEIntCompareScalarCountAndLimit()
11268 if ((index < 0) || (index >= LaneCountFromFormat(vform))) { in VisitSVEBroadcastIndexElement()
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1468 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpNEON_Helper()
1471 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpNEON_Helper()
1540 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpNEON()
1542 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpNEON()
1672 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1748 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpAcrossNEON()
1815 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpAcrossNEON()
1909 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test2OpNEON_Helper()
1912 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test2OpNEON_Helper()
1918 const unsigned vm_lane_count = LaneCountFromFormat(vm_form); in Test2OpNEON_Helper()
[all …]