Home
last modified time | relevance | path

Searched refs:kZRegMaxSizeInBytes (Results 1 - 8 of 8) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc1196 int64_t result[kZRegMaxSizeInBytes]; in sminmaxp()
1402 uint64_t result[kZRegMaxSizeInBytes]; in uminmaxp()
1614 uint64_t result[kZRegMaxSizeInBytes]; in splice()
1810 int result[kZRegMaxSizeInBytes];
1831 int result[kZRegMaxSizeInBytes];
1864 int result[kZRegMaxSizeInBytes];
2354 uint64_t result[kZRegMaxSizeInBytes];
2395 uint64_t result[kZRegMaxSizeInBytes] = {};
2440 uint64_t result[kZRegMaxSizeInBytes];
2507 uint8_t result[kZRegMaxSizeInBytes]
[all...]
H A Dmacro-assembler-sve-aarch64.cc185 VIXL_ASSERT(multiplier <= (INT64_MAX / kZRegMaxSizeInBytes)); in Addpl()
186 VIXL_ASSERT(multiplier >= (INT64_MIN / kZRegMaxSizeInBytes)); in Addpl()
256 VIXL_ASSERT(multiplier <= (INT64_MAX / kZRegMaxSizeInBytes)); in Addvl()
257 VIXL_ASSERT(multiplier >= (INT64_MIN / kZRegMaxSizeInBytes)); in Addvl()
H A Dinstructions-aarch64.h129 const unsigned kZRegMaxSizeInBytes = kZRegMaxSize / 8; member
H A Dregisters-aarch64.h389 return kZRegMaxSizeInBytes;
H A Dsimulator-aarch64.h997 Saturation saturated_[kZRegMaxSizeInBytes];
1000 bool round_[kZRegMaxSizeInBytes];
1755 uint8_t val[kZRegMaxSizeInBytes];
1874 (sizeof(value) == kZRegMaxSizeInBytes));
H A Dsimulator-aarch64.cc4693 char buffer[kZRegMaxSizeInBytes]; in Simulator()
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.h89 typedef VectorValue<kZRegMaxSizeInBytes> ZRegisterValue;
H A Dtest-assembler-sve-aarch64.cc10339 int data_size = kZRegMaxSizeInBytes * 16;
10399 int data_size = kZRegMaxSizeInBytes * 16;
10548 int data_size = kZRegMaxSizeInBytes * 16;
18931 int data_size = kZRegMaxSizeInBytes * 4;
18992 int data_size = kZRegMaxSizeInBytes * 4;

Completed in 54 milliseconds