Searched refs:round2 (Results 1 – 2 of 2) sorted by relevance
| /src/lib/libmd/aarch64/ |
| H A D | sha1block.S | 108 .macro round2 a, b, c, d, e, w_i, w_i3, w_i8, w_i14 macro 181 round2 a, b, c, d, e, w_4, w_1, w_12, w_6 182 round2 e, a, b, c, d, w_5, w_2, w_13, w_7 183 round2 d, e, a, b, c, w_6, w_3, w_14, w_8 184 round2 c, d, e, a, b, w_7, w_4, w_15, w_9 185 round2 b, c, d, e, a, w_8, w_5, w_0, w_10 187 round2 a, b, c, d, e, w_9, w_6, w_1, w_11 188 round2 e, a, b, c, d, w_10, w_7, w_2, w_12 189 round2 d, e, a, b, c, w_11, w_8, w_3, w_13 190 round2 c, d, e, a, b, w_12, w_9, w_4, w_14 [all …]
|
| /src/lib/libmd/amd64/ |
| H A D | sha1block.S | 115 .macro round2 a, b, c, d, e, index macro 188 round2 %eax, %ebx, %ecx, %edx, %ebp, 20 189 round2 %ebp, %eax, %ebx, %ecx, %edx, 21 190 round2 %edx, %ebp, %eax, %ebx, %ecx, 22 191 round2 %ecx, %edx, %ebp, %eax, %ebx, 23 192 round2 %ebx, %ecx, %edx, %ebp, %eax, 24 194 round2 %eax, %ebx, %ecx, %edx, %ebp, 25 195 round2 %ebp, %eax, %ebx, %ecx, %edx, 26 196 round2 %edx, %ebp, %eax, %ebx, %ecx, 27 197 round2 %ecx, %edx, %ebp, %eax, %ebx, 28 [all …]
|