Lines Matching full:macro
66 * This macro implements the SHA-1 function's body for single 64-byte block
69 .macro SHA1_VECTOR_ASM name
108 * This macro implements 80 rounds of SHA-1 for one 64-byte block
110 .macro SHA1_PIPELINED_MAIN_BODY
190 .macro INIT_REGALLOC
200 .macro RESTORE_RENAMED_REGS
208 .macro SWAP_REG_NAMES a, b
214 .macro F1 b, c, d
222 .macro F2 b, c, d
229 .macro F3 b, c ,d
239 .macro F4 b, c, d
243 .macro UPDATE_HASH hash, val
259 .macro RR F, a, b, c, d, e, round
284 .macro W_PRECALC r
310 .macro W_PRECALC_RESET
322 .macro W_PRECALC_ROTATE
334 .macro W_PRECALC_SSSE3
336 .macro W_PRECALC_00_15
339 .macro W_PRECALC_16_31
342 .macro W_PRECALC_32_79
347 .macro W_PRECALC_00_15_SSSE3
370 .macro W_PRECALC_16_31_SSSE3
408 .macro W_PRECALC_32_79_SSSE3
456 .macro xmm_mov a, b
470 .macro W_PRECALC_AVX
473 .macro W_PRECALC_00_15
477 .macro W_PRECALC_16_31
481 .macro W_PRECALC_32_79
485 .macro W_PRECALC_00_15_AVX
498 .macro W_PRECALC_16_31_AVX
522 .macro W_PRECALC_32_79_AVX
544 .macro xmm_mov a, b