Searched refs:LaneCountFromFormat (Results 1 – 7 of 7) sorted by relevance
390 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1()409 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld1r()423 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2()452 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld2r()470 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3()508 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld3r()530 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4()577 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in ld4r()589 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in st1()610 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in st2()[all …]
555 int LaneCountFromFormat(VectorFormat vform) { in LaneCountFromFormat() function
593 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SignedSaturate()605 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in UnsignedSaturate()628 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Round()637 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Uhalve()653 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Halve()
464 int LaneCountFromFormat(VectorFormat vform);
3775 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()3777 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()3810 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in ins()3843 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in umov()3876 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format)))); in smov()
275 lanes_(IsVectorFormat(format) ? LaneCountFromFormat(format) : 1) { in VRegister()
1195 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpNEON_Helper()1198 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpNEON_Helper()1265 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpNEON()1267 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpNEON()1389 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpAcrossNEON_Helper()1458 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test1OpAcrossNEON()1510 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpAcrossNEON()1594 const unsigned vd_lane_count = LaneCountFromFormat(vd_form); in Test2OpNEON_Helper()1597 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test2OpNEON_Helper()1603 const unsigned vm_lane_count = LaneCountFromFormat(vm_form); in Test2OpNEON_Helper()[all …]