Commit 396acafd by Paul Koning Committed by Paul Koning

* config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.

From-SVN: r166076
parent 8f808fc2
2010-10-29 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.
2010-10-29 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.md (divhi3, modhi3, divmodhi3): Fix ICE.
2010-10-29 Paul Koning <ni1d@arrl.net>
......@@ -840,7 +840,7 @@
operands[1] = expand_unop (<MODE>mode, one_cmpl_optab, op1, 0, 1);
}")
(define_insn "*and<mode>"
(define_insn "*bic<mode>"
[(set (match_operand:PDPint 0 "general_operand" "=rR,rR,Q,Q")
(and:PDPint
(not: PDPint (match_operand:PDPint 1 "general_operand" "rR,Qi,rR,Qi"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment