Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dlogic-a64.cc390 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 …]
Dinstructions-a64.cc555 int LaneCountFromFormat(VectorFormat vform) { in LaneCountFromFormat() function
Dsimulator-a64.h593 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()
Dinstructions-a64.h464 int LaneCountFromFormat(VectorFormat vform);
Dassembler-a64.cc3775 (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()
Dassembler-a64.h275 lanes_(IsVectorFormat(format) ? LaneCountFromFormat(format) : 1) { in VRegister()
/external/vixl/test/
Dtest-simulator-a64.cc1195 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 …]