Searched refs:kLanes (Results 1 – 11 of 11) sorted by relevance
182 constexpr size_t kLanes = 2; in SwapEndian() local186 const Vector128 v = ReverseBytes(Vector128Load(state + kLanes * branch)); in SwapEndian()187 Vector128Store(v, state + kLanes * branch); in SwapEndian()393 constexpr size_t kLanes = 2; variable405 const Vector128 v0 = Vector128Load(state + kLanes * shuffle[0]); in BlockShuffle()406 const Vector128 v1 = Vector128Load(state + kLanes * shuffle[1]); in BlockShuffle()407 const Vector128 v2 = Vector128Load(state + kLanes * shuffle[2]); in BlockShuffle()408 const Vector128 v3 = Vector128Load(state + kLanes * shuffle[3]); in BlockShuffle()409 const Vector128 v4 = Vector128Load(state + kLanes * shuffle[4]); in BlockShuffle()410 const Vector128 v5 = Vector128Load(state + kLanes * shuffle[5]); in BlockShuffle()[all …]
362 static constexpr size_t kLanes = 2; variable430 const Vector128 s0 = Vector128Load(state + kLanes * branch); in FeistelRound()431 const Vector128 s1 = Vector128Load(state + kLanes * (branch + 1)); in FeistelRound()435 Vector128Store(o1, state + kLanes * (branch + 1)); in FeistelRound()438 const Vector128 s2 = Vector128Load(state + kLanes * (branch + 2)); in FeistelRound()439 const Vector128 s3 = Vector128Load(state + kLanes * (branch + 3)); in FeistelRound()443 Vector128Store(o3, state + kLanes * (branch + 3)); in FeistelRound()
28 static constexpr int kLanes = 4;34 static constexpr int kLanes = 8;
49 static constexpr int kLanes = 4;55 static constexpr int kLanes = 8;
48 static constexpr int kLanes = 4;54 static constexpr int kLanes = 8;
43 static const int kLanes = 4;49 static const int kLanes = 16;
53 static constexpr int kLanes = 1;59 static constexpr int kLanes = 1;670 static_assert(FixedPointRawTypeTraits<tRawType>::kLanes == 1,
126 static constexpr int kSimdLanes = SimdTypeTraits::kLanes;