Searched refs:StackVar (Results 1 – 1 of 1) sorted by relevance
256 .macro StackVar localName,localSize macro259 .endm #StackVar276 StackVar X_stk ,8*(WCNT) #local context vars277 StackVar ksTwk ,8*3 #key schedule: tweak words278 StackVar ksKey ,8*(WCNT)+8 #key schedule: key words280 StackVar ksRot ,16*(\KS_CNT) #leave space for "rotation" to happen282 StackVar Wcopy ,8*(WCNT) #copy of input block 285 StackVar xDebug_\BLK_BITS ,8*(\debugCnt)289 StackVar align16,8 #keep 16-byte aligned (adjust for retAddr?)293 StackVar ctxPtr ,8 #context ptr[all …]