i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints.

* i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints.

From-SVN: r19285
This commit is contained in:
Jim Wilson
1998-04-18 22:19:06 +00:00
committed by Jeff Law
parent b866e182d5
commit dc790b3c86
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
Sat Apr 18 17:55:57 1998 Jim Wilson <wilson@cygnus.com>
* i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints.
Sun Mar 15 23:39:10 1998 Jeffrey A Law (law@cygnus.com)
* version.c: Update for egcs-1.0.2 release.

View File

@@ -2527,7 +2527,7 @@
(define_insn ""
[(set (match_operand:DI 0 "nonimmediate_operand" "=rm")
(fix:DI (fix:XF (match_operand:XF 1 "register_operand" "f"))))
(fix:DI (fix:XF (match_operand:XF 1 "register_operand" "+f"))))
(clobber (match_dup 1))
(clobber (match_operand:SI 2 "memory_operand" "m"))
(clobber (match_operand:DI 3 "memory_operand" "m"))
@@ -2537,7 +2537,7 @@
(define_insn ""
[(set (match_operand:DI 0 "nonimmediate_operand" "=rm")
(fix:DI (fix:DF (match_operand:DF 1 "register_operand" "f"))))
(fix:DI (fix:DF (match_operand:DF 1 "register_operand" "+f"))))
(clobber (match_dup 1))
(clobber (match_operand:SI 2 "memory_operand" "m"))
(clobber (match_operand:DI 3 "memory_operand" "m"))
@@ -2547,7 +2547,7 @@
(define_insn ""
[(set (match_operand:DI 0 "nonimmediate_operand" "=rm")
(fix:DI (fix:SF (match_operand:SF 1 "register_operand" "f"))))
(fix:DI (fix:SF (match_operand:SF 1 "register_operand" "+f"))))
(clobber (match_dup 1))
(clobber (match_operand:SI 2 "memory_operand" "m"))
(clobber (match_operand:DI 3 "memory_operand" "m"))