Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc172 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 …]
Dsimulator-aarch64.h284 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()
Dinstructions-aarch64.cc630 int LaneCountFromFormat(VectorFormat vform) { in LaneCountFromFormat() function
Dinstructions-aarch64.h550 int LaneCountFromFormat(VectorFormat vform);
Doperands-aarch64.h320 lanes_(IsVectorFormat(format) ? LaneCountFromFormat(format) : 1) { in VRegister()
Dassembler-aarch64.cc4261 (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()
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc349 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 …]
Dsimulator-arm64.h467 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()
Dinstructions-arm64.h483 int LaneCountFromFormat(VectorFormat vform);
Dinstructions-arm64.cc554 int LaneCountFromFormat(VectorFormat vform) { in LaneCountFromFormat() function
Dassembler-arm64.cc2291 (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()
Dassembler-arm64.h303 int reg_count = IsVectorFormat(format) ? LaneCountFromFormat(format) : 1; in Create()
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1474 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 …]