Lines Matching +full:7 +full:c
9 * Copyright(c) 2014 Intel Corporation.
28 * Copyright(c) 2014 Intel Corporation.
99 .set C, REG_C define
199 .if ((i & 7) == 0)
205 .elseif ((i & 7) == 1)
208 .elseif ((i & 7) == 2)
210 .elseif ((i & 7) == 4)
212 .elseif ((i & 7) == 7)
213 vmovdqu WY_TMP, PRECALC_WK(i&~7)
229 .if ((i & 7) == 0)
237 .elseif ((i & 7) == 1)
240 .elseif ((i & 7) == 2)
243 .elseif ((i & 7) == 3)
246 .elseif ((i & 7) == 4)
249 .elseif ((i & 7) == 5)
252 .elseif ((i & 7) == 7)
255 vmovdqu WY_TMP, PRECALC_WK(i&~7)
271 .if ((i & 7) == 0)
277 .elseif ((i & 7) == 1)
280 .elseif ((i & 7) == 2)
282 .elseif ((i & 7) == 3)
284 .elseif ((i & 7) == 4)
286 .elseif ((i & 7) == 5)
289 .elseif ((i & 7) == 7)
291 vmovdqu WY_TMP, PRECALC_WK(i&~7)
322 .set D, C
323 .set C, B define
358 and C, TB
382 andn C, A, T1 /* ~b&d */
392 * (b & c) ^ andn[b, d]
394 and B, A /* b&c */
395 xor T1, A /* F1 = (b&c) ^ (~b&d) */
418 xor C, A
435 * (b and c) or (d and (b or c))
437 and C, T1
448 .macro ADD_IF_GE a, b, c, d
451 cmp $\c, \b
464 mov 8(HASH_PTR), C
537 UPDATE_HASH 8(HASH_PTR), C
596 UPDATE_HASH 8(HASH_PTR), C
603 mov C, TB
604 mov E, C