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
08ae38e0
Commit
08ae38e0
authored
Apr 01, 2011
by
Andrew Pinski
Committed by
Michael Meissner
Apr 01, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 48262
Co-Authored-By: Michael Meissner <meissner@linux.vnet.ibm.com> From-SVN: r171847
parent
bdb0b0f6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
10 deletions
+23
-10
gcc/ChangeLog
+13
-0
gcc/config/rs6000/altivec.md
+8
-8
gcc/config/rs6000/vector.md
+2
-2
No files found.
gcc/ChangeLog
View file @
08ae38e0
2011-04-01 Andrew Pinski <pinskia@gmail.com>
Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/48262
* config/rs6000/vector.md (movmisalign<mode>): Allow for memory
operands, as per the specifications.
* config/rs6000/altivec.md (vec_extract_evenv4si): Correct modes.
(vec_extract_evenv4sf): Ditto.
(vec_extract_evenv8hi): Ditto.
(vec_extract_evenv16qi): Ditto.
(vec_extract_oddv4si): Ditto.
2011-03-31 Mark Wielaard <mjw@redhat.com>
* dwarf2out.c (dwarf2out_finish): Don't add low_pc and/or
...
...
gcc/config/rs6000/altivec.md
View file @
08ae38e0
...
...
@@ -2422,7 +2422,7 @@
(define_expand "vec_extract_evenv4si"
[
(set (match_operand:V4SI 0 "register_operand" "")
(unspec:V
8H
I
[
(match_operand:V4SI 1 "register_operand" "")
(unspec:V
4S
I
[
(match_operand:V4SI 1 "register_operand" "")
(match_operand:V4SI 2 "register_operand" "")]
UNSPEC_EXTEVEN_V4SI))]
"TARGET_ALTIVEC"
...
...
@@ -2455,7 +2455,7 @@
(define_expand "vec_extract_evenv4sf"
[
(set (match_operand:V4SF 0 "register_operand" "")
(unspec:V
8HI
[
(match_operand:V4SF 1 "register_operand" "")
(unspec:V
4SF
[
(match_operand:V4SF 1 "register_operand" "")
(match_operand:V4SF 2 "register_operand" "")]
UNSPEC_EXTEVEN_V4SF))]
"TARGET_ALTIVEC"
...
...
@@ -2487,7 +2487,7 @@
}")
(define_expand "vec_extract_evenv8hi"
[
(set (match_operand:V
4S
I 0 "register_operand" "")
[
(set (match_operand:V
8H
I 0 "register_operand" "")
(unspec:V8HI
[
(match_operand:V8HI 1 "register_operand" "")
(match_operand:V8HI 2 "register_operand" "")]
UNSPEC_EXTEVEN_V8HI))]
...
...
@@ -2520,9 +2520,9 @@
}")
(define_expand "vec_extract_evenv16qi"
[
(set (match_operand:V
4S
I 0 "register_operand" "")
(unspec:V
8H
I
[
(match_operand:V16QI 1 "register_operand" "")
(match_operand:V16QI 2 "register_operand" "")]
[
(set (match_operand:V
16Q
I 0 "register_operand" "")
(unspec:V
16Q
I
[
(match_operand:V16QI 1 "register_operand" "")
(match_operand:V16QI 2 "register_operand" "")]
UNSPEC_EXTEVEN_V16QI))]
"TARGET_ALTIVEC"
"
...
...
@@ -2554,7 +2554,7 @@
(define_expand "vec_extract_oddv4si"
[
(set (match_operand:V4SI 0 "register_operand" "")
(unspec:V
8H
I
[
(match_operand:V4SI 1 "register_operand" "")
(unspec:V
4S
I
[
(match_operand:V4SI 1 "register_operand" "")
(match_operand:V4SI 2 "register_operand" "")]
UNSPEC_EXTODD_V4SI))]
"TARGET_ALTIVEC"
...
...
@@ -2587,7 +2587,7 @@
(define_expand "vec_extract_oddv4sf"
[
(set (match_operand:V4SF 0 "register_operand" "")
(unspec:V
8HI
[
(match_operand:V4SF 1 "register_operand" "")
(unspec:V
4SF
[
(match_operand:V4SF 1 "register_operand" "")
(match_operand:V4SF 2 "register_operand" "")]
UNSPEC_EXTODD_V4SF))]
"TARGET_ALTIVEC"
...
...
gcc/config/rs6000/vector.md
View file @
08ae38e0
...
...
@@ -871,8 +871,8 @@
;; Under VSX, vectors of 4/8 byte alignments do not need to be aligned
;; since the load already handles it.
(define_expand "movmisalign
<mode>
"
[
(set (match_operand:VEC_N 0 "
vfloat
_operand" "")
(match_operand:VEC_N 1 "
vfloat
_operand" ""))]
[
(set (match_operand:VEC_N 0 "
nonimmediate
_operand" "")
(match_operand:VEC_N 1 "
any
_operand" ""))]
"VECTOR_MEM_VSX_P (
<MODE>
mode) && TARGET_ALLOW_MOVMISALIGN"
"")
...
...
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