Lines Matching refs:Xupdate
105 { .mmi; add $e=$e,$X[$i] // e+=Xupdate
108 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate
109 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate
112 xor $Xn=$Xn,tmp3 // forward Xupdate
135 { .mmi; add $e=$e,$X[$i%16] // e+=Xupdate
138 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate
139 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate
142 xor $Xn=$Xn,tmp3 // forward Xupdate
165 xor $Xn=$Xn,$X[($j+2)%16] };; // forward Xupdate
166 { .mib; add $e=$e,$X[$i%16] // e+=Xupdate
169 xor $Xn=$Xn,$X[($j+8)%16] };; // forward Xupdate
171 xor $Xn=$Xn,$X[($j+13)%16] // forward Xupdate
187 { .mib; add $e=$e,$X[$i%16] // e+=Xupdate
213 { .mmi; add $e=$e,$X[$i%16] // e+=Xupdate
217 xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate
218 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] };; // forward Xupdate