Lines Matching refs:y
31 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
47 $code .= " xor $t1,$y,$z /* y ^ z */\n" if ($pos == -1);
62 $code .= " xor $t1,$x,$y /* (NEXT STEP) y ^ z */\n";
77 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
86 and $t1,$y,$t1 /* y & (not z) */
96 $code .= " move $t0,$y /* (NEXT STEP) z' = $y */\n";
97 $code .= " nor $t1,$zero,$y /* (NEXT STEP) not z' = not $y */\n";
110 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
127 $code .= " xor $t1,$x,$y /* (NEXT STEP) y ^ z */\n";
140 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
149 xor $t1,$y,$t1 /* y ^ ... */
158 $code .= " nor $t1,$zero,$y /* (NEXT STEP) not z' = not $y */\n";