Lines Matching +full:128 +full:m

18 …ATTRS __attribute__((__always_inline__, __nodebug__, __target__("sha"), __min_vector_width__(128)))
21 /// algorithm using the starting SHA-1 state (A, B, C, D) from the 128-bit
23 /// message from the 128-bit vector of [4 x i32] in \a V2. Note that the
26 /// SHA-1 state (A, B, C, D) as a 128-bit vector of [4 x i32].
31 /// rounding constant selected by \a M[1:0].
36 /// __m128i _mm_sha1rnds4_epu32(__m128i V1, __m128i V2, const int M);
42 /// A 128-bit vector of [4 x i32] containing the initial SHA-1 state.
44 /// A 128-bit vector of [4 x i32] containing the next four elements of
46 /// \param M
49 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-1 state.
50 #define _mm_sha1rnds4_epu32(V1, V2, M) \ argument
51 __builtin_ia32_sha1rnds4((__v4si)(__m128i)(V1), (__v4si)(__m128i)(V2), (M))
54 /// the 128-bit vector of [4 x i32] in \a __X, adds that to the next set of
55 /// four message elements in the 128-bit vector of [4 x i32] in \a __Y, and
63 /// A 128-bit vector of [4 x i32] containing the current SHA-1 state.
65 /// A 128-bit vector of [4 x i32] containing the next four elements of the
67 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-1
76 /// message elements using previous message elements from the 128-bit
84 /// A 128-bit vector of [4 x i32] containing previous message elements.
86 /// A 128-bit vector of [4 x i32] containing previous message elements.
87 /// \returns A 128-bit vector of [4 x i32] containing the derived SHA-1
96 /// elements using previous message elements from the 128-bit vectors of
104 /// A 128-bit vector of [4 x i32] containing an intermediate result.
106 /// A 128-bit vector of [4 x i32] containing previous message values.
107 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-1
116 /// starting SHA-256 state (C, D, G, H) from the 128-bit vector of
118 /// 128-bit vector of [4 x i32] in \a __Y; and a pre-computed sum of the
120 /// rounding constants from the 128-bit vector of [4 x i32] in \a __Z.
121 /// Returns the updated SHA-256 state (A, B, E, F) as a 128-bit vector of
132 /// A 128-bit vector of [4 x i32] containing part of the initial SHA-256
135 /// A 128-bit vector of [4 x i32] containing part of the initial SHA-256
138 /// A 128-bit vector of [4 x i32] containing additional input to the
140 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-1 state.
148 /// message elements using previous message elements from the 128-bit
156 /// A 128-bit vector of [4 x i32] containing previous message elements.
158 /// A 128-bit vector of [4 x i32] containing previous message elements.
159 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-256
168 /// elements using previous message elements from the 128-bit vectors of
176 /// A 128-bit vector of [4 x i32] containing an intermediate result.
178 /// A 128-bit vector of [4 x i32] containing previous message values.
179 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-256