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
245115a4
Commit
245115a4
authored
Jun 02, 2003
by
Richard Sandiford
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert accidental change to mips_output_move.
From-SVN: r67346
parent
159ca3a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/mips/mips.c
+2
-2
No files found.
gcc/config/mips/mips.c
View file @
245115a4
...
@@ -2895,7 +2895,7 @@ mips_output_move (dest, src)
...
@@ -2895,7 +2895,7 @@ mips_output_move (dest, src)
if
(
dest_code
==
REG
)
if
(
dest_code
==
REG
)
{
{
if
(
GP_REG_P
(
REGNO
(
dest
)))
if
(
GP_REG_P
(
REGNO
(
dest
)))
return
"
or
\t
%0,%z1,$0
"
;
return
"
move
\t
%0,%z1
"
;
if
(
MD_REG_P
(
REGNO
(
dest
)))
if
(
MD_REG_P
(
REGNO
(
dest
)))
return
"mt%0
\t
%z1"
;
return
"mt%0
\t
%z1"
;
...
@@ -2962,7 +2962,7 @@ mips_output_move (dest, src)
...
@@ -2962,7 +2962,7 @@ mips_output_move (dest, src)
break
;
break
;
case
CONSTANT_GP
:
case
CONSTANT_GP
:
return
"
or
\t
%0,%1,$0
"
;
return
"
move
\t
%0,%1
"
;
case
CONSTANT_RELOC
:
case
CONSTANT_RELOC
:
return
(
TARGET_MIPS16
?
"li
\t
%0,0
\n\t
addiu
\t
%0,%1"
:
"li
\t
%0,%1"
);
return
(
TARGET_MIPS16
?
"li
\t
%0,0
\n\t
addiu
\t
%0,%1"
:
"li
\t
%0,%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