(extzvdi_internal1): Add attribute "compare".

(extzvdi_internal2): Same.

From-SVN: r89004
This commit is contained in:
David Edelsohn 2004-10-13 22:41:36 +00:00 committed by David Edelsohn
parent 19e4c59dbf
commit 9a3c428bc0
2 changed files with 6 additions and 2 deletions

View file

@ -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>

View file

@ -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")