Home | History | Annotate | Download | only in asm

Lines Matching full:xupdate

95 { .mmi;	add	$e=$e,$X[$i]		    // e+=Xupdate
98 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate
99 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate
102 xor $Xn=$Xn,tmp3 // forward Xupdate
125 { .mmi; add $e=$e,$X[$i%16] // e+=Xupdate
128 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate
129 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate
132 xor $Xn=$Xn,tmp3 // forward Xupdate
155 xor $Xn=$Xn,$X[($j+2)%16] };; // forward Xupdate
156 { .mib; add $e=$e,$X[$i%16] // e+=Xupdate
159 xor $Xn=$Xn,$X[($j+8)%16] };; // forward Xupdate
161 xor $Xn=$Xn,$X[($j+13)%16] // forward Xupdate
177 { .mib; add $e=$e,$X[$i%16] // e+=Xupdate
203 { .mmi; add $e=$e,$X[$i%16] // e+=Xupdate
207 xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate
208 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] };; // forward Xupdate