Searched refs:LaneCountFromFormat (Results 1 – 7 of 7) sorted by relevance
404 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1()421 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1r()435 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2()464 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2r()482 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3()520 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3r()542 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4()589 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4r()599 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in st1()620 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in st2()[all …]
450 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SetIntArray()477 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SetUintArray()580 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SignedSaturate()592 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in UnsignedSaturate()611 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Round()620 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Uhalve()636 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Halve()
624 int LaneCountFromFormat(VectorFormat vform) { in LaneCountFromFormat() function
544 int LaneCountFromFormat(VectorFormat vform);
316 lanes_(IsVectorFormat(format) ? LaneCountFromFormat(format) : 1) { in VRegister()
3233 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()3236 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()3277 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()3316 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in umov()3350 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in smov()
1320 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpNEON_Helper()1323 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpNEON_Helper()1393 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpNEON()1395 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpNEON()1519 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpAcrossNEON_Helper()1596 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpAcrossNEON()1660 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpAcrossNEON()1747 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test2OpNEON_Helper()1750 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test2OpNEON_Helper()1756 const unsigned vm_lane_count = LaneCountFromFormat(vm_form); in Test2OpNEON_Helper()[all …]