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
2c14c928
Commit
2c14c928
authored
Oct 20, 1994
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(movdf_internal2+1): Disable when TARGET_64BIT.
From-SVN: r8323
parent
c25d3f20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
gcc/config/mips/mips.md
+1
-2
No files found.
gcc/config/mips/mips.md
View file @
2c14c928
...
@@ -3184,10 +3184,9 @@ move\\t%0,%z4\\n\\
...
@@ -3184,10 +3184,9 @@ move\\t%0,%z4\\n\\
(define_split
(define_split
[
(set (match_operand:DF 0 "register_operand" "")
[
(set (match_operand:DF 0 "register_operand" "")
(match_operand:DF 1 "register_operand" ""))]
(match_operand:DF 1 "register_operand" ""))]
"reload_completed && !TARGET_DEBUG_D_MODE && !TARGET_DEBUG_G_MODE
"reload_completed && !TARGET_
64BIT && !TARGET_
DEBUG_D_MODE && !TARGET_DEBUG_G_MODE
&& GET_CODE (operands
[
0
]
) == REG && GP_REG_P (REGNO (operands
[
0
]
))
&& GET_CODE (operands
[
0
]
) == REG && GP_REG_P (REGNO (operands
[
0
]
))
&& GET_CODE (operands
[
1
]
) == REG && GP_REG_P (REGNO (operands
[
1
]
))"
&& GET_CODE (operands
[
1
]
) == REG && GP_REG_P (REGNO (operands
[
1
]
))"
[
(set (subreg:SI (match_dup 0) 0) (subreg:SI (match_dup 1) 0))
[
(set (subreg:SI (match_dup 0) 0) (subreg:SI (match_dup 1) 0))
(set (subreg:SI (match_dup 0) 1) (subreg:SI (match_dup 1) 1))]
(set (subreg:SI (match_dup 0) 1) (subreg:SI (match_dup 1) 1))]
"")
"")
...
...
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