Lines Matching refs:tmp0

71 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
117 ori $tmp0,$zero,0xFF
118 dsll $tmp2,$tmp0,32
119 or $tmp0,$tmp2 # 0x000000FF000000FF
121 and $tmp1,$in0,$tmp0 # byte swap
122 and $tmp3,$in1,$tmp0
127 and $tmp2,$tmp0
128 and $tmp4,$tmp0
129 dsll $tmp0,8 # 0x0000FF000000FF00
132 and $tmp2,$in0,$tmp0
133 and $tmp4,$in1,$tmp0
138 and $in0,$tmp0
139 and $in1,$tmp0
152 li $tmp0,1
153 dsll $tmp0,32
154 daddiu $tmp0,-63
155 dsll $tmp0,28
156 daddiu $tmp0,-1 # 0ffffffc0fffffff
158 and $in0,$tmp0
159 daddiu $tmp0,-3 # 0ffffffc0ffffffc
160 and $in1,$tmp0
163 dsrl $tmp0,$in1,2
165 daddu $tmp0,$in1 # s1 = r1 + (r1 >> 2)
166 sd $tmp0,40($ctx)
236 ori $tmp0,$zero,0xFF
237 dsll $tmp2,$tmp0,32
238 or $tmp0,$tmp2 # 0x000000FF000000FF
240 and $tmp1,$in0,$tmp0 # byte swap
241 and $tmp3,$in1,$tmp0
246 and $tmp2,$tmp0
247 and $tmp4,$tmp0
248 dsll $tmp0,8 # 0x0000FF000000FF00
251 and $tmp2,$in0,$tmp0
252 and $tmp4,$in1,$tmp0
257 and $in0,$tmp0
258 and $in1,$tmp0
273 sltu $tmp0,$h0,$in0
275 daddu $h1,$tmp0
279 sltu $tmp0,$h1,$tmp0
284 daddu $tmp0,$tmp1
285 daddu $h2,$tmp0
286 mflo ($tmp0,$s1,$h1)
290 daddu $d0,$tmp0
294 sltu $tmp0,$d0,$tmp0
295 daddu $d1,$tmp0
300 mflo ($tmp0,$r0,$h1)
305 daddu $d1,$tmp0
310 sltu $tmp0,$d1,$tmp0
311 daddu $d2,$tmp0
319 li $tmp0,-4 # final reduction
320 and $tmp0,$d2
323 daddu $tmp0,$tmp1
324 daddu $h0,$d0,$tmp0
325 sltu $tmp0,$h0,$tmp0
326 daddu $h1,$d1,$tmp0
327 sltu $tmp0,$h1,$tmp0
328 daddu $h2,$h2,$tmp0
363 ld $tmp0,0($ctx)
367 daddiu $in0,$tmp0,5 # compare to modulus
378 and $tmp0,$tmp3
381 or $in0,$tmp0
384 lwu $tmp0,0($nonce) # load nonce
390 or $tmp0,$tmp1
393 daddu $in0,$tmp0 # accumulate nonce
395 sltu $tmp0,$in0,$tmp0
396 daddu $in1,$tmp0
398 dsrl $tmp0,$in0,8 # write mac value
403 sb $tmp0,1($mac)
404 dsrl $tmp0,$in0,40
411 sb $tmp0,5($mac)
412 dsrl $tmp0,$in1,16
421 sb $tmp0,10($mac)
422 dsrl $tmp0,$in1,48
427 sb $tmp0,14($mac)