s390.md (floatdfdi2): Insn has type 'itof'.
* config/s390/s390.md (floatdfdi2): Insn has type 'itof'. * config/s390/2064.md (define_bypass): Correct 'Load' and 'Load-address' bypass values. From-SVN: r61591
This commit is contained in:
parent
fcb6a0f575
commit
f0bf127006
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-01-22 Hartmut Penner <hpenner@de.ibm.com>
|
||||
|
||||
* config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
|
||||
* config/s390/2064.md (define_bypass): Correct 'Load' and
|
||||
'Load-address' bypass values.
|
||||
|
||||
2003-01-22 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
;; to the address generation pipeline stage.
|
||||
;;
|
||||
|
||||
(define_bypass 2 "z_load"
|
||||
(define_bypass 3 "z_load"
|
||||
"z_agen,z_la,z_call,z_load,z_store" "s390_agen_dep_p")
|
||||
|
||||
;;
|
||||
|
@ -122,7 +122,7 @@
|
|||
;; result back to the address generation pipeline stage.
|
||||
;;
|
||||
|
||||
(define_bypass 1 "z_larl,z_la"
|
||||
(define_bypass 2 "z_larl,z_la"
|
||||
"z_agen,z_la,z_call,z_load,z_store" "s390_agen_dep_p")
|
||||
|
||||
|
||||
|
|
|
@ -2720,7 +2720,7 @@
|
|||
"TARGET_64BIT && TARGET_HARD_FLOAT && TARGET_IEEE_FLOAT"
|
||||
"cdgbr\\t%0,%1"
|
||||
[(set_attr "op_type" "RRE")
|
||||
(set_attr "type" "other" )])
|
||||
(set_attr "type" "itof" )])
|
||||
|
||||
;
|
||||
; floatdisf2 instruction pattern(s).
|
||||
|
|
Loading…
Add table
Reference in a new issue