Jan Hubicka <hubicka@freesoft.cz>

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

From-SVN: r26411
This commit is contained in:
Jan Hubicka 1999-04-13 16:46:47 +02:00 committed by Richard Henderson
parent 813d245a15
commit 6e383e6196
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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>
* i386.md (extendhisi2): Output mov instead of cw instruction for K6

View File

@ -4620,7 +4620,7 @@ byte_xor_operation:
(define_insn "anddi3"
[(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")))]
""
"#"
@ -4629,7 +4629,7 @@ byte_xor_operation:
(define_insn "iordi3"
[(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")))]
""
"#"
@ -4637,7 +4637,7 @@ byte_xor_operation:
(define_insn "xordi3"
[(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")))]
""
"#"