Commit 6e383e61 by Jan Hubicka Committed by Richard Henderson

Jan Hubicka <hubicka@freesoft.cz>

Jan Hubicka <hubicka@freesoft.cz>
        * i386.md (anddi3): Add % constraint.
        (iordi3, xordi3): Likewise.

From-SVN: r26411
parent 813d245a
Tue Apr 13 14:45:17 1999 Jan Hubicka <hubicka@freesoft.cz>
* i386.md (anddi3): Add % constraint.
(iordi3, xordi3): Likewise.
Tue Apr 13 14:29:58 1999 Jan Hubicka <hubicka@freesoft.cz> Tue Apr 13 14:29:58 1999 Jan Hubicka <hubicka@freesoft.cz>
* i386.md (extendhisi2): Output mov instead of cw instruction for K6 * i386.md (extendhisi2): Output mov instead of cw instruction for K6
......
...@@ -4620,7 +4620,7 @@ byte_xor_operation: ...@@ -4620,7 +4620,7 @@ byte_xor_operation:
(define_insn "anddi3" (define_insn "anddi3"
[(set (match_operand:DI 0 "general_operand" "=&r,&ro") [(set (match_operand:DI 0 "general_operand" "=&r,&ro")
(and:DI (match_operand:DI 1 "general_operand" "0,0") (and:DI (match_operand:DI 1 "general_operand" "%0,0")
(match_operand:DI 2 "general_operand" "oriF,riF")))] (match_operand:DI 2 "general_operand" "oriF,riF")))]
"" ""
"#" "#"
...@@ -4629,7 +4629,7 @@ byte_xor_operation: ...@@ -4629,7 +4629,7 @@ byte_xor_operation:
(define_insn "iordi3" (define_insn "iordi3"
[(set (match_operand:DI 0 "general_operand" "=&r,&ro") [(set (match_operand:DI 0 "general_operand" "=&r,&ro")
(ior:DI (match_operand:DI 1 "general_operand" "0,0") (ior:DI (match_operand:DI 1 "general_operand" "%0,0")
(match_operand:DI 2 "general_operand" "oriF,riF")))] (match_operand:DI 2 "general_operand" "oriF,riF")))]
"" ""
"#" "#"
...@@ -4637,7 +4637,7 @@ byte_xor_operation: ...@@ -4637,7 +4637,7 @@ byte_xor_operation:
(define_insn "xordi3" (define_insn "xordi3"
[(set (match_operand:DI 0 "general_operand" "=&r,&ro") [(set (match_operand:DI 0 "general_operand" "=&r,&ro")
(xor:DI (match_operand:DI 1 "general_operand" "0,0") (xor:DI (match_operand:DI 1 "general_operand" "%0,0")
(match_operand:DI 2 "general_operand" "oriF,riF")))] (match_operand:DI 2 "general_operand" "oriF,riF")))]
"" ""
"#" "#"
......
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