Commit f0bf1270 by Hartmut Penner Committed by Hartmut Penner

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
parent fcb6a0f5
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> 2003-01-22 Andreas Schwab <schwab@suse.de>
* config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error. * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
......
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
;; to the address generation pipeline stage. ;; 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") "z_agen,z_la,z_call,z_load,z_store" "s390_agen_dep_p")
;; ;;
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
;; result back to the address generation pipeline stage. ;; 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") "z_agen,z_la,z_call,z_load,z_store" "s390_agen_dep_p")
......
...@@ -2720,7 +2720,7 @@ ...@@ -2720,7 +2720,7 @@
"TARGET_64BIT && TARGET_HARD_FLOAT && TARGET_IEEE_FLOAT" "TARGET_64BIT && TARGET_HARD_FLOAT && TARGET_IEEE_FLOAT"
"cdgbr\\t%0,%1" "cdgbr\\t%0,%1"
[(set_attr "op_type" "RRE") [(set_attr "op_type" "RRE")
(set_attr "type" "other" )]) (set_attr "type" "itof" )])
; ;
; floatdisf2 instruction pattern(s). ; floatdisf2 instruction pattern(s).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment