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
daa51295
Commit
daa51295
authored
May 13, 2012
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/sse.md: The other part of my previous commit.
From-SVN: r187440
parent
b8dd0894
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
14 deletions
+28
-14
gcc/config/i386/sse.md
+28
-14
No files found.
gcc/config/i386/sse.md
View file @
daa51295
...
...
@@ -6729,13 +6729,20 @@
(const_string "
*
")))
(set_attr "prefix" "orig,vex")
(set (attr "mode")
(cond
[
(and (not (match_test "TARGET_AVX2"))
(match_test "GET_MODE_SIZE (
<MODE>
mode) > 16"))
(const_string "V8SF")
(not (match_test "TARGET_SSE2"))
(const_string "V4SF")
]
(const_string "
<sseinsnmode>
")))])
(cond
[
(match_test "TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL")
(const_string "
<ssePSmode>
")
(match_test "TARGET_AVX2")
(const_string "
<sseinsnmode>
")
(match_test "TARGET_AVX")
(if_then_else
(match_test "GET_MODE_SIZE (
<MODE>
mode) > 16")
(const_string "V8SF")
(const_string "
<sseinsnmode>
"))
(ior (not (match_test "TARGET_SSE2"))
(match_test "optimize_function_for_size_p (cfun)"))
(const_string "V4SF")
]
(const_string "
<sseinsnmode>
")))])
(define_expand "
<code><mode>
3"
[
(set (match_operand:VI 0 "register_operand")
...
...
@@ -6804,13 +6811,20 @@
(const_string "
*
")))
(set_attr "prefix" "orig,vex")
(set (attr "mode")
(cond
[
(and (not (match_test "TARGET_AVX2"))
(match_test "GET_MODE_SIZE (
<MODE>
mode) > 16"))
(const_string "V8SF")
(not (match_test "TARGET_SSE2"))
(const_string "V4SF")
]
(const_string "
<sseinsnmode>
")))])
(cond
[
(match_test "TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL")
(const_string "
<ssePSmode>
")
(match_test "TARGET_AVX2")
(const_string "
<sseinsnmode>
")
(match_test "TARGET_AVX")
(if_then_else
(match_test "GET_MODE_SIZE (
<MODE>
mode) > 16")
(const_string "V8SF")
(const_string "
<sseinsnmode>
"))
(ior (not (match_test "TARGET_SSE2"))
(match_test "optimize_function_for_size_p (cfun)"))
(const_string "V4SF")
]
(const_string "
<sseinsnmode>
")))])
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
...
...
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