aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Bizjak <uros@kss-loka.si>2006-10-14 07:22:13 +0200
committerUros Bizjak <uros@gcc.gnu.org>2006-10-14 07:22:13 +0200
commitf6096891a230738e2d34606a2a9aaee06d1cfe62 (patch)
tree1a593a5022e292aacd00537682b278c1328e2009
parentdc10a47e83909c6ffc1e049baa2b31f2ca055882 (diff)
downloadgcc-f6096891a230738e2d34606a2a9aaee06d1cfe62.zip
gcc-f6096891a230738e2d34606a2a9aaee06d1cfe62.tar.gz
gcc-f6096891a230738e2d34606a2a9aaee06d1cfe62.tar.bz2
* config/i386/athlon.md (athlon_fist): Add fisttp.
From-SVN: r117725
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/athlon.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6c9fa11..6b165df 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-14 Uros Bizjak <uros@kss-loka.si>
+
+ * config/i386/athlon.md (athlon_fist): Add fisttp.
+
2006-10-13 David Edelsohn <edelsohn@gnu.org>
Ian Lance Taylor <ian@airs.com>
diff --git a/gcc/config/i386/athlon.md b/gcc/config/i386/athlon.md
index 86130b7..6d92b94 100644
--- a/gcc/config/i386/athlon.md
+++ b/gcc/config/i386/athlon.md
@@ -343,7 +343,7 @@
"athlon-direct,(athlon-fpsched+athlon-agu),(athlon-fstore+athlon-store)")
(define_insn_reservation "athlon_fist" 4
(and (eq_attr "cpu" "athlon,k8,generic64")
- (eq_attr "type" "fistp"))
+ (eq_attr "type" "fistp,fisttp"))
"athlon-direct,(athlon-fpsched+athlon-agu),(athlon-fstore+athlon-store)")
(define_insn_reservation "athlon_fmov" 2
(and (eq_attr "cpu" "athlon,k8,generic64")