Lines Matching refs:macro
67 * This macro implements the SHA-1 function's body for single 64-byte block
70 .macro SHA1_VECTOR_ASM name
109 * This macro implements 80 rounds of SHA-1 for one 64-byte block
111 .macro SHA1_PIPELINED_MAIN_BODY
191 .macro INIT_REGALLOC
201 .macro RESTORE_RENAMED_REGS
209 .macro SWAP_REG_NAMES a, b
215 .macro F1 b, c, d
223 .macro F2 b, c, d
230 .macro F3 b, c ,d
240 .macro F4 b, c, d
244 .macro UPDATE_HASH hash, val
260 .macro RR F, a, b, c, d, e, round
285 .macro W_PRECALC r
311 .macro W_PRECALC_RESET
323 .macro W_PRECALC_ROTATE
335 .macro W_PRECALC_SSSE3
337 .macro W_PRECALC_00_15
340 .macro W_PRECALC_16_31
343 .macro W_PRECALC_32_79
348 .macro W_PRECALC_00_15_SSSE3
371 .macro W_PRECALC_16_31_SSSE3
409 .macro W_PRECALC_32_79_SSSE3
457 .macro xmm_mov a, b
471 .macro W_PRECALC_AVX
474 .macro W_PRECALC_00_15
478 .macro W_PRECALC_16_31
482 .macro W_PRECALC_32_79
486 .macro W_PRECALC_00_15_AVX
499 .macro W_PRECALC_16_31_AVX
523 .macro W_PRECALC_32_79_AVX
545 .macro xmm_mov a, b