Searched refs:round4 (Results 1 – 2 of 2) sorted by relevance
| /src/lib/libmd/aarch64/ ! |
| H A D | sha1block.S | 116 .macro round4 a, b, c, d, e, w_i, w_i3, w_i8, w_i14 macro 235 round4 a, b, c, d, e, w_12, w_9, w_4, w_14 236 round4 e, a, b, c, d, w_13, w_10, w_5, w_15 237 round4 d, e, a, b, c, w_14, w_11, w_6, w_0 238 round4 c, d, e, a, b, w_15, w_12, w_7, w_1 239 round4 b, c, d, e, a, w_0, w_13, w_8, w_2 241 round4 a, b, c, d, e, w_1, w_14, w_9, w_3 242 round4 e, a, b, c, d, w_2, w_15, w_10, w_4 243 round4 d, e, a, b, c, w_3, w_0, w_11, w_5 244 round4 c, d, e, a, b, w_4, w_1, w_12, w_6 [all …]
|
| /src/lib/libmd/amd64/ ! |
| H A D | sha1block.S | 127 .macro round4 a, b, c, d, e, index macro 236 round4 %eax, %ebx, %ecx, %edx, %ebp, 60 237 round4 %ebp, %eax, %ebx, %ecx, %edx, 61 238 round4 %edx, %ebp, %eax, %ebx, %ecx, 62 239 round4 %ecx, %edx, %ebp, %eax, %ebx, 63 240 round4 %ebx, %ecx, %edx, %ebp, %eax, 64 242 round4 %eax, %ebx, %ecx, %edx, %ebp, 65 243 round4 %ebp, %eax, %ebx, %ecx, %edx, 66 244 round4 %edx, %ebp, %eax, %ebx, %ecx, 67 245 round4 %ecx, %edx, %ebp, %eax, %ebx, 68 [all …]
|