Lines Matching refs:h
106 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
117 add h,h,rT0; /* 1: temp1 = h + S1 */ \
120 add h,h,rT3; /* 1: temp1 = temp1 + temp1' */ \
122 add h,h,rT2; /* 1: temp1 = temp1 + K */ \
125 add d,d,h; /* 1: d = d + temp1 */ \
136 add h,h,rT3; /* 1: h = temp1 + temp2 */ \
146 rotrwi rT0,h,2; /* 2: S0 = a rotr 2 */ \
148 rotrwi rT1,h,13; /* 2: S0' = a rotr 13 */ \
150 rotrwi rT3,h,22; /* 2: S0" = a rotr 22 */ \
152 or rT2,h,a; /* 2: maj = a or b */ \
154 and rT1,h,a; /* 2: maj' = a and b */ \
161 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
172 add h,h,rT2; /* 1: temp1 = h + S1 */ \
180 add h,h,rT2; /* 1: temp1 = temp1 + ch */ \
200 add h,h,rT0; /* 1: temp1 = temp1 + wk */ \
203 add d,d,h; /* 1: d = d + temp1 */ \
205 add h,h,rT2; /* 1: h = temp1 + temp2 */ \
214 rotrwi rT0,h,2; /* 2: S0 = a rotr 2 */ \
216 rotrwi rT1,h,13; /* 2: S0' = a rotr 13 */ \
217 rotrwi rT3,h,22; /* 2: S0" = a rotr 22 */ \
219 or rT2,h,a; /* 2: maj = a or b */ \
220 and rT1,h,a; /* 2: maj' = a and b */ \