Lines Matching +full:25 +full:c
10 * Copyright (c) 2015 Markus Stockhausen <stockhausen@collogia.de>
101 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
105 rotrwi rT2,e,25; /* 1: S1" = e rotr 25 */ \
125 and rT2,rT2,c; /* 1: maj = maj and c */ \
132 rotrwi rT2,d,25; /* 2: S1" = e rotr 25 */ \
150 and rT2,rT2,b; /* 2: maj = maj and c */ \
151 add c,c,g; /* 2: d = d + temp1 */ \
156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
162 evrlwi rT0,rT0,25; /* s0' = w[-15] rotr 7 */ \
163 rotrwi rT3,e,25; /* 1: S1' = e rotr 25 */ \
194 and rT3,rT3,c; /* 1: maj = maj and c */ \
202 rotrwi rT2,d,25; /* 2: S" = e rotr 25 */ \
216 and rT2,rT2,b; /* 2: maj = maj and c */ \
219 add c,c,g; /* 2: d = d + temp1 */ \
265 rW7, rW0, rW3, rW4, rW6, C, 56)