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
8b2b54f9
Commit
8b2b54f9
authored
Sep 04, 2010
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.md: Add missing part from my previous commit.
From-SVN: r163859
parent
bcf71673
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/i386/i386.md
+4
-4
No files found.
gcc/config/i386/i386.md
View file @
8b2b54f9
...
@@ -2868,12 +2868,12 @@
...
@@ -2868,12 +2868,12 @@
(match_operand:XF 1 "general_operand" ""))]
(match_operand:XF 1 "general_operand" ""))]
"reload_completed
"reload_completed
&& !(MEM_P (operands[0]) && MEM_P (operands[1]))
&& !(MEM_P (operands[0]) && MEM_P (operands[1]))
&& ! (
ANY_
FP_REG_P (operands[0]) ||
&& ! (FP_REG_P (operands[0]) ||
(GET_CODE (operands[0]) == SUBREG
(GET_CODE (operands[0]) == SUBREG
&&
ANY_
FP_REG_P (SUBREG_REG (operands[0]))))
&& FP_REG_P (SUBREG_REG (operands[0]))))
&& ! (
ANY_
FP_REG_P (operands[1]) ||
&& ! (FP_REG_P (operands[1]) ||
(GET_CODE (operands[1]) == SUBREG
(GET_CODE (operands[1]) == SUBREG
&&
ANY_
FP_REG_P (SUBREG_REG (operands[1]))))"
&& FP_REG_P (SUBREG_REG (operands[1]))))"
[(const_int 0)]
[(const_int 0)]
"ix86_split_long_move (operands); DONE;")
"ix86_split_long_move (operands); DONE;")
...
...
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