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
0022b96a
Commit
0022b96a
authored
Dec 14, 2004
by
Richard Henderson
Committed by
Richard Henderson
Dec 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.md: Fix missing modes on cmove splitters.
From-SVN: r92180
parent
92f51df7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.md
+4
-4
No files found.
gcc/ChangeLog
View file @
0022b96a
2004
-
12
-
15
Richard
Henderson
<
rth
@
redhat
.
com
>
*
config
/
i386
/
i386
.
md
:
Fix
missing
modes
on
cmove
splitters
.
2004
-
12
-
15
Jan
Beulich
<
jbeulich
@
novell
.
com
>
*
mklibgcc
.
in
(
libgcc2_c_dep
):
Add
dependency
on
libgcc2
.
h
.
...
...
gcc/config/i386/i386.md
View file @
0022b96a
...
...
@@ -18225,7 +18225,7 @@
;; or op2, op0 - get the nonzero one into the result.
(define_split
[(set (match_operand:SF 0 "register_operand" "")
(if_then_else (match_operator:SF 1 "sse_comparison_operator"
(if_then_else
:SF
(match_operator:SF 1 "sse_comparison_operator"
[(match_operand:SF 4 "register_operand" "")
(match_operand:SF 5 "nonimmediate_operand" "")])
(match_operand:SF 2 "register_operand" "")
...
...
@@ -18263,7 +18263,7 @@
(define_split
[(set (match_operand:DF 0 "register_operand" "")
(if_then_else (match_operator:DF 1 "sse_comparison_operator"
(if_then_else
:DF
(match_operator:DF 1 "sse_comparison_operator"
[(match_operand:DF 4 "register_operand" "")
(match_operand:DF 5 "nonimmediate_operand" "")])
(match_operand:DF 2 "register_operand" "")
...
...
@@ -18393,7 +18393,7 @@
(define_split
[(set (match_operand:SF 0 "register_operand" "")
(if_then_else (match_operator 1 "comparison_operator"
(if_then_else
:SF
(match_operator 1 "comparison_operator"
[(match_operand:SF 4 "nonimmediate_operand" "")
(match_operand:SF 5 "nonimmediate_operand" "")])
(match_operand:SF 2 "nonmemory_operand" "")
...
...
@@ -18431,7 +18431,7 @@
(define_split
[(set (match_operand:DF 0 "register_operand" "")
(if_then_else (match_operator 1 "comparison_operator"
(if_then_else
:DF
(match_operator 1 "comparison_operator"
[(match_operand:DF 4 "nonimmediate_operand" "")
(match_operand:DF 5 "nonimmediate_operand" "")])
(match_operand:DF 2 "nonmemory_operand" "")
...
...
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