Lines Matching refs:t2
104 ($t0,$t1,$t2,$t3)=map("$reg_t$_",(16,17,19,28));
141 add $h,$h,$t2 // h+=K[i]
144 bic $t2,$g,$e
146 orr $t1,$t1,$t2 // Ch(e,f,g)
147 eor $t2,$a,$b // a^b, b^c in next round
153 and $t3,$t3,$t2 // (b^c)&=(a^b)
158 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
163 add $h,$h,$t2 // h+=K[i]
167 bic $t2,$g,$e
172 orr $t1,$t1,$t2 // Ch(e,f,g)
173 eor $t2,$a,$b // a^b, b^c in next round
177 and $t3,$t3,$t2 // (b^c)&=(a^b)
187 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
192 ($t2,$t3)=($t3,$t2);
245 ldr $t2,[$Ktbl],#$SZ // *K++
253 cbnz $t2,.Loop_16_xx
459 my ($t0,$t1,$t2,$t3,$t4) = map("w$_",(11..15));
680 mov $t2,wzr
712 add $A,$A,$t2 // h+=Maj(a,b,c) from the past
713 ldp $t2,$t3,[$ctx,#8]
717 add $C,$C,$t2
719 ldp $t2,$t3,[$ctx,#24]
724 add $G,$G,$t2
725 mov $t2,wzr