Home
last modified time | relevance | path

Searched refs:STACK_W (Results 1 – 2 of 2) sorted by relevance

/linux/lib/crypto/arm64/
H A Dsm3-neon-core.S29 #define STACK_W (0) macro
30 #define STACK_SIZE (STACK_W + STACK_W_SIZE)
167 (STACK_W + ((round) / 4) * 64 + (offs) + ((widx) * 4))
171 (STACK_W + ((((round) / 3) - 4) % 2) * 64 + (offs) + ((widx) * 4))
564 add addr0, sp, #STACK_W
/linux/lib/crypto/x86/
H A Dsm3-avx-asm_64.S138 #define STACK_W (0) macro
139 #define STACK_REG_SAVE (STACK_W + STACK_W_SIZE)
224 (STACK_W + ((round) / 4) * 64 + (offs) + ((widx) * 4))(%rsp)
228 (STACK_W + ((((round) / 3) - 4) % 2) * 64 + (offs) + ((widx) * 4))(%rsp)