sse.md (storentdf, storentsf): New.

* config/i386/sse.md (storentdf, storentsf): New.

From-SVN: r126594
This commit is contained in:
Zdenek Dvorak 2007-07-12 20:46:46 +02:00 committed by Zdenek Dvorak
parent 9012dfca77
commit 019b9fdbb3
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-07-12 Zdenek Dvorak <dvorakz@suse.cz>
* config/i386/sse.md (storentdf, storentsf): New.
2007-07-12 Geoffrey Keating <geoffk@apple.com>
* builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a

View File

@ -343,6 +343,20 @@
"TARGET_SSE2"
"")
(define_expand "storentdf"
[(set (match_operand:DF 0 "memory_operand" "")
(unspec:DF [(match_operand:DF 1 "register_operand" "")]
UNSPEC_MOVNT))]
"TARGET_SSE4A"
"")
(define_expand "storentsf"
[(set (match_operand:SF 0 "memory_operand" "")
(unspec:SF [(match_operand:SF 1 "register_operand" "")]
UNSPEC_MOVNT))]
"TARGET_SSE4A"
"")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Parallel single-precision floating point arithmetic