Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc404 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 …]
Dsimulator-aarch64.h450 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()
Dinstructions-aarch64.cc624 int LaneCountFromFormat(VectorFormat vform) { in LaneCountFromFormat() function
Dinstructions-aarch64.h544 int LaneCountFromFormat(VectorFormat vform);
Doperands-aarch64.h316 lanes_(IsVectorFormat(format) ? LaneCountFromFormat(format) : 1) { in VRegister()
Dassembler-aarch64.cc3233 (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()
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1320 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 …]