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
bba11b5f
Commit
bba11b5f
authored
Oct 26, 2004
by
Fariborz Jahanian
Committed by
Fariborz Jahanian
Oct 26, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a problem with setting CR when splitting into rotlsi3.
OKed by Alan Modra. From-SVN: r89587
parent
5372d088
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
gcc/ChangeLog
+5
-0
gcc/config/rs6000/rs6000.md
+7
-8
No files found.
gcc/ChangeLog
View file @
bba11b5f
2004
-
10
-
26
Fariborz
Jahanian
<
fjahanian
@
apple
.
com
>
*
config
/
rs6000
/
rs6000
.
md
(
andsi3_internal8
):
Set
CR
when
splitting
into
rotlsi3
.
2004
-
10
-
26
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
2004
-
10
-
26
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
stmt
.
c
(
expand_case
):
Remove
code
to
handle
SWITCH_EXPR
with
*
stmt
.
c
(
expand_case
):
Remove
code
to
handle
SWITCH_EXPR
with
...
...
gcc/config/rs6000/rs6000.md
View file @
bba11b5f
...
@@ -2445,15 +2445,14 @@
...
@@ -2445,15 +2445,14 @@
"TARGET_POWERPC64"
"TARGET_POWERPC64"
"#"
"#"
"TARGET_POWERPC64"
"TARGET_POWERPC64"
[
(parallel
[
(set (match_dup 3)
[
(set (match_dup 0)
(compare:CC (and:SI (rotate:SI (match_dup 1) (match_dup 4))
(match_dup 5))
(const_int 0)))
(set (match_dup 0)
(and:SI (rotate:SI (match_dup 1) (match_dup 4))
(and:SI (rotate:SI (match_dup 1) (match_dup 4))
(match_dup 5)))])
(match_dup 5)))
(set (match_dup 0)
(parallel
[
(set (match_dup 3)
(rotate:SI (match_dup 0) (match_dup 6)))]
(compare:CC (rotate:SI (match_dup 0) (match_dup 6))
(const_int 0)))
(set (match_dup 0)
(rotate:SI (match_dup 0) (match_dup 6)))])]
"
"
{
{
int mb = extract_MB (operands
[
2
]
);
int mb = extract_MB (operands
[
2
]
);
...
...
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