Searched refs:LaneCountFromFormat (Results 1 – 13 of 13) sorted by relevance
172 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1()189 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1r()203 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2()232 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2r()250 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3()288 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3r()310 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4()357 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4r()367 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in st1()388 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in st2()[all …]
284 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SetIntArray()311 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SetUintArray()414 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SignedSaturate()426 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in UnsignedSaturate()445 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Round()454 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Uhalve()470 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Halve()
630 int LaneCountFromFormat(VectorFormat vform) { in LaneCountFromFormat() function
550 int LaneCountFromFormat(VectorFormat vform);
320 lanes_(IsVectorFormat(format) ? LaneCountFromFormat(format) : 1) { in VRegister()
4261 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()4264 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()4307 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()4348 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in umov()4384 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in smov()
349 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1()362 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1r()373 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2()395 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2r()409 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3()439 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3r()457 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4()495 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4r()504 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in st1()519 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in st2()[all …]
467 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()
483 int LaneCountFromFormat(VectorFormat vform);
554 int LaneCountFromFormat(VectorFormat vform) { in LaneCountFromFormat() function
2291 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()2321 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in smov()2479 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in umov()2519 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()2521 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()
303 int reg_count = IsVectorFormat(format) ? LaneCountFromFormat(format) : 1; in Create()
1474 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpNEON_Helper()1477 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()1756 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpAcrossNEON()1823 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_form); in Test2OpNEON_Helper()[all …]