Home
last modified time | relevance | path

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

/freebsd-12.1/sys/crypto/skein/amd64/
H A Dskein_block_asm.s255 .macro StackVar localName,localSize macro
258 .endm #StackVar
275 StackVar X_stk ,8*(WCNT) #local context vars
276 StackVar ksTwk ,8*3 #key schedule: tweak words
277 StackVar ksKey ,8*(WCNT)+8 #key schedule: key words
281 StackVar Wcopy ,8*(WCNT) #copy of input block
284 StackVar xDebug_\BLK_BITS ,8*(\debugCnt)
292 StackVar ctxPtr ,8 #context ptr
293 StackVar blkPtr ,8 #pointer to block data
298 StackVar savRegs,8*_PushCnt_ #saved registers
[all …]