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
adc7fcb8
Commit
adc7fcb8
authored
Jan 10, 2002
by
Jan Hubicka
Committed by
Jan Hubicka
Jan 10, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (sse_mov?fcc_const0_?): Fix constraints.
From-SVN: r48729
parent
f21ee879
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.md
+8
-8
No files found.
gcc/ChangeLog
View file @
adc7fcb8
Thu Jan 10 16:39:58 CET 2002 Jan Hubicka <jh@suse.cz>
* i386.md (sse_mov?fcc_const0_?): Fix constraints.
Thu Jan 10 12:45:50 2002 Nicola Pero <n.pero@mi.flashnet.it>
Thu Jan 10 12:45:50 2002 Nicola Pero <n.pero@mi.flashnet.it>
* doc/cpp.texi: Document the __OBJC__ preprocessor macro.
* doc/cpp.texi: Document the __OBJC__ preprocessor macro.
...
...
gcc/config/i386/i386.md
View file @
adc7fcb8
...
@@ -16508,8 +16508,8 @@
...
@@ -16508,8 +16508,8 @@
(if_then_else:SF (match_operator 1 "sse_comparison_operator"
(if_then_else:SF (match_operator 1 "sse_comparison_operator"
[
(match_operand:SF 4 "register_operand" "0")
[
(match_operand:SF 4 "register_operand" "0")
(match_operand:SF 5 "nonimmediate_operand" "xm")])
(match_operand:SF 5 "nonimmediate_operand" "xm")])
(match_operand:SF 2 "const0_operand" "
x
")
(match_operand:SF 2 "const0_operand" "
X
")
(match_operand:SF 3 "register_operand" "
X
")))]
(match_operand:SF 3 "register_operand" "
x
")))]
"TARGET_SSE"
"TARGET_SSE"
"#")
"#")
...
@@ -16528,8 +16528,8 @@
...
@@ -16528,8 +16528,8 @@
(if_then_else:SF (match_operator 1 "fcmov_comparison_operator"
(if_then_else:SF (match_operator 1 "fcmov_comparison_operator"
[
(match_operand:SF 4 "nonimmediate_operand" "xm")
[
(match_operand:SF 4 "nonimmediate_operand" "xm")
(match_operand:SF 5 "register_operand" "0")])
(match_operand:SF 5 "register_operand" "0")])
(match_operand:SF 2 "const0_operand" "
x
")
(match_operand:SF 2 "const0_operand" "
X
")
(match_operand:SF 3 "register_operand" "
X
")))]
(match_operand:SF 3 "register_operand" "
x
")))]
"TARGET_SSE"
"TARGET_SSE"
"#")
"#")
...
@@ -16548,8 +16548,8 @@
...
@@ -16548,8 +16548,8 @@
(if_then_else:SF (match_operator 1 "sse_comparison_operator"
(if_then_else:SF (match_operator 1 "sse_comparison_operator"
[
(match_operand:SF 4 "register_operand" "0")
[
(match_operand:SF 4 "register_operand" "0")
(match_operand:SF 5 "nonimmediate_operand" "xm")])
(match_operand:SF 5 "nonimmediate_operand" "xm")])
(match_operand:SF 2 "const0_operand" "
x
")
(match_operand:SF 2 "const0_operand" "
X
")
(match_operand:SF 3 "register_operand" "
X
")))]
(match_operand:SF 3 "register_operand" "
x
")))]
"TARGET_SSE2"
"TARGET_SSE2"
"#")
"#")
...
@@ -16568,8 +16568,8 @@
...
@@ -16568,8 +16568,8 @@
(if_then_else:SF (match_operator 1 "fcmov_comparison_operator"
(if_then_else:SF (match_operator 1 "fcmov_comparison_operator"
[
(match_operand:SF 4 "nonimmediate_operand" "xm")
[
(match_operand:SF 4 "nonimmediate_operand" "xm")
(match_operand:SF 5 "register_operand" "0")])
(match_operand:SF 5 "register_operand" "0")])
(match_operand:SF 2 "const0_operand" "
x
")
(match_operand:SF 2 "const0_operand" "
X
")
(match_operand:SF 3 "register_operand" "
X
")))]
(match_operand:SF 3 "register_operand" "
x
")))]
"TARGET_SSE2"
"TARGET_SSE2"
"#")
"#")
...
...
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