Lines Matching refs:t1
19 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$x)=map("\$r$_",(12..21));
47 $code .= " xor $t1,$y,$z /* y ^ z */\n" if ($pos == -1);
51 and $t1,$x,$t1 /* x & ... */
53 xor $t1,$z,$t1 /* z ^ ... */
56 add.w $dst,$t7,$t1 /* dst += ... */
62 $code .= " xor $t1,$x,$y /* (NEXT STEP) y ^ z */\n";
65 $code .= " nor $t1,$zero,$a7 /* (NEXT ROUND) $t1 = not z' (copy of not z) */\n";
86 and $t1,$y,$t1 /* y & (not z) */
88 or $t1,$t0,$t1 /* (y & (not z)) | (x & z) */
90 add.w $dst,$t7,$t1 /* dst += ... */
97 $code .= " nor $t1,$zero,$y /* (NEXT STEP) not z' = not $y */\n";
99 $code .= " xor $t1,$a6,$a7 /* (NEXT ROUND) $t1 = y ^ z */\n";
117 xor $t1,$x,$t1 /* x ^ ... */
121 add.w $dst,$t7,$t1 /* dst += ... */
127 $code .= " xor $t1,$x,$y /* (NEXT STEP) y ^ z */\n";
129 $code .= " nor $t1,$zero,$a7 /* (NEXT ROUND) $t1 = not z */\n";
147 or $t1,$x,$t1 /* x | ... */
149 xor $t1,$y,$t1 /* y ^ ... */
155 $code .= " add.w $dst,$t7,$t1 /* dst += ... */\n";
158 $code .= " nor $t1,$zero,$y /* (NEXT STEP) not z' = not $y */\n";
162 $code .= " add.w $dst,$t7,$t1 /* dst += ... */\n";