Home
last modified time | relevance | path

Searched refs:kMaxLanesPerVector (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.h534 const int kMaxLanesPerVector = 16; variable
Dlogic-aarch64.cc1197 int64_t result[kMaxLanesPerVector]; in sminmaxp()
1209 VIXL_ASSERT(((i >> 1) + (j * lanes / 2)) < kMaxLanesPerVector); in sminmaxp()
1377 uint64_t result[kMaxLanesPerVector]; in uminmaxp()
1389 VIXL_ASSERT(((i >> 1) + (j * lanes / 2)) < kMaxLanesPerVector); in uminmaxp()
2629 uint64_t result[kMaxLanesPerVector]; in Table()
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc1129 int64_t result[kMaxLanesPerVector]; in SMinMaxP()
1141 DCHECK_LT((i >> 1) + (j * lanes / 2), kMaxLanesPerVector); in SMinMaxP()
1279 uint64_t result[kMaxLanesPerVector]; in UMinMaxP()
1291 DCHECK_LT((i >> 1) + (j * lanes / 2), kMaxLanesPerVector); in UMinMaxP()
2154 uint64_t result[kMaxLanesPerVector]; in Table()
Dconstants-arm64.h124 const int kMaxLanesPerVector = 16; variable