Commit da8a7529 by Andreas Krebbel Committed by Andreas Krebbel

s390.md ("copysign<mode>3"): Pattern removed.

2009-12-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* config/s390/s390.md ("copysign<mode>3"): Pattern removed.

From-SVN: r155106
parent 10ca6198
2009-12-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/s390.md ("copysign<mode>3"): Pattern removed.
2009-12-09 Jakub Jelinek <jakub@redhat.com> 2009-12-09 Jakub Jelinek <jakub@redhat.com>
* configure.ac: Compute ld_ver, ld_vers, ld_date, ld_vers_major, * configure.ac: Compute ld_ver, ld_vers, ld_date, ld_vers_major,
...@@ -7017,21 +7017,6 @@ ...@@ -7017,21 +7017,6 @@
(set_attr "type" "fsimp<mode>")]) (set_attr "type" "fsimp<mode>")])
;; ;;
;;- Copy sign instructions
;;
; cpsdr
(define_insn "copysign<mode>3"
[(set (match_operand:FP 0 "register_operand" "=f")
(unspec:FP [(match_operand:FP 1 "register_operand" "<fT0>")
(match_operand:FP 2 "register_operand" "f")]
UNSPEC_COPYSIGN))]
"TARGET_DFP"
"cpsdr\t%0,%2,%1"
[(set_attr "op_type" "RRF")
(set_attr "type" "fsimp<mode>")])
;;
;;- Square root instructions. ;;- Square root instructions.
;; ;;
......
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