* config/i386/athlon.md (athlon_fist): Add fisttp.
From-SVN: r117725
This commit is contained in:
parent
dc10a47e83
commit
f6096891a2
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue