Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
019b9fdb
Commit
019b9fdb
authored
Jul 12, 2007
by
Zdenek Dvorak
Committed by
Zdenek Dvorak
Jul 12, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sse.md (storentdf, storentsf): New.
* config/i386/sse.md (storentdf, storentsf): New. From-SVN: r126594
parent
9012dfca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
gcc/ChangeLog
+4
-0
gcc/config/i386/sse.md
+14
-0
No files found.
gcc/ChangeLog
View file @
019b9fdb
2007-07-12 Zdenek Dvorak <dvorakz@suse.cz>
* config/i386/sse.md (storentdf, storentsf): New.
2007-07-12 Geoffrey Keating <geoffk@apple.com>
2007-07-12 Geoffrey Keating <geoffk@apple.com>
* builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a
* builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a
...
...
gcc/config/i386/sse.md
View file @
019b9fdb
...
@@ -343,6 +343,20 @@
...
@@ -343,6 +343,20 @@
"TARGET_SSE2"
"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
;; Parallel single-precision floating point arithmetic
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment