H A D | sha1block.S | 18 * kept entirely in registers. The saved a-e variables are instead kept 32 e .req w7 label 61 .macro func1 a, b, c, d, e argument 67 .macro func2 a, b, c, d, e argument 72 .macro func3 a, b, c, d, e argument 79 .macro func4 a, b, c, d, e argument 80 func2 \a, \b, \c, \d, \e 83 .macro mix a, b, c, d, e, w_i 86 add \e, \e, \w_i 88 add \e, \e, f [all …]
|