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
cba86444
Commit
cba86444
authored
Oct 13, 2011
by
Richard Henderson
Committed by
Richard Henderson
Oct 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rs6000: Implement vec_permv16qi.
From-SVN: r179953
parent
6fa642df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
gcc/ChangeLog
+4
-0
gcc/config/rs6000/altivec.md
+9
-0
No files found.
gcc/ChangeLog
View file @
cba86444
2011-10-13 Richard Henderson <rth@redhat.com>
* config/rs6000/altivec.md (vec_permv16qi): New pattern.
2011-10-13 Jakub Jelinek <jakub@redhat.com>
* config/i386/sse.md (vec_set<mode>): Change V_128 iterator mode
gcc/config/rs6000/altivec.md
View file @
cba86444
...
...
@@ -1357,6 +1357,15 @@
"vperm %0,%1,%2,%3"
[
(set_attr "type" "vecperm")
]
)
(define_expand "vec_permv16qi"
[
(set (match_operand:V16QI 0 "register_operand" "")
(unspec:V16QI
[
(match_operand:V16QI 1 "register_operand" "")
(match_operand:V16QI 2 "register_operand" "")
(match_operand:V16QI 3 "register_operand" "")]
UNSPEC_VPERM))]
"TARGET_ALTIVEC"
"")
(define_insn "altivec_vrfip" ; ceil
[
(set (match_operand:V4SF 0 "register_operand" "=v")
(unspec:V4SF
[
(match_operand:V4SF 1 "register_operand" "v")
]
...
...
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