• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for OS216


Commit MetaInfo

Revisiondc790b3c86321ec6c7ad2962e25f240c19b24940 (tree)
Time1998-04-19 07:19:06
AuthorJim Wilson <wilson@cygn...>
CommiterJeff Law

Log Message

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


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

From-SVN: r19285

Change Summary

Incremental Difference

--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
1+Sat Apr 18 17:55:57 1998 Jim Wilson <wilson@cygnus.com>
2+
3+ * i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints.
4+
15 Sun Mar 15 23:39:10 1998 Jeffrey A Law (law@cygnus.com)
26
37 * version.c: Update for egcs-1.0.2 release.
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -2527,7 +2527,7 @@
25272527
25282528 (define_insn ""
25292529 [(set (match_operand:DI 0 "nonimmediate_operand" "=rm")
2530- (fix:DI (fix:XF (match_operand:XF 1 "register_operand" "f"))))
2530+ (fix:DI (fix:XF (match_operand:XF 1 "register_operand" "+f"))))
25312531 (clobber (match_dup 1))
25322532 (clobber (match_operand:SI 2 "memory_operand" "m"))
25332533 (clobber (match_operand:DI 3 "memory_operand" "m"))
@@ -2537,7 +2537,7 @@
25372537
25382538 (define_insn ""
25392539 [(set (match_operand:DI 0 "nonimmediate_operand" "=rm")
2540- (fix:DI (fix:DF (match_operand:DF 1 "register_operand" "f"))))
2540+ (fix:DI (fix:DF (match_operand:DF 1 "register_operand" "+f"))))
25412541 (clobber (match_dup 1))
25422542 (clobber (match_operand:SI 2 "memory_operand" "m"))
25432543 (clobber (match_operand:DI 3 "memory_operand" "m"))
@@ -2547,7 +2547,7 @@
25472547
25482548 (define_insn ""
25492549 [(set (match_operand:DI 0 "nonimmediate_operand" "=rm")
2550- (fix:DI (fix:SF (match_operand:SF 1 "register_operand" "f"))))
2550+ (fix:DI (fix:SF (match_operand:SF 1 "register_operand" "+f"))))
25512551 (clobber (match_dup 1))
25522552 (clobber (match_operand:SI 2 "memory_operand" "m"))
25532553 (clobber (match_operand:DI 3 "memory_operand" "m"))