Commit 9a3c428b by David Edelsohn Committed by David Edelsohn

(extzvdi_internal1): Add attribute "compare".

        (extzvdi_internal2): Same.

From-SVN: r89004
parent 19e4c59d
......@@ -3,6 +3,8 @@
* config/rs6000/rs6000.md (andsi3): Add attribute "compare" for
andi./andis.
(anddi3): Same.
(extzvdi_internal1): Add attribute "compare".
(extzvdi_internal2): Same.
2004-10-12 Tom Tromey <tromey@redhat.com>
......
......@@ -3323,7 +3323,8 @@
operands[3] = GEN_INT (start + size);
operands[2] = GEN_INT (64 - size);
return \"rldicl. %4,%1,%3,%2\";
}")
}"
[(set_attr "type" "compare")])
(define_insn "*extzvdi_internal2"
[(set (match_operand:CC 4 "gpc_reg_operand" "=x")
......@@ -3345,7 +3346,8 @@
operands[3] = GEN_INT (start + size);
operands[2] = GEN_INT (64 - size);
return \"rldicl. %0,%1,%3,%2\";
}")
}"
[(set_attr "type" "compare")])
(define_insn "rotlsi3"
[(set (match_operand:SI 0 "gpc_reg_operand" "=r")
......
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