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
7e4e0956
Commit
7e4e0956
authored
Feb 11, 1998
by
Gavin Koch
Committed by
Gavin Romig-Koch
Feb 11, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mips/mips.md (movdi): These PLUS's need to be Pmode.
From-SVN: r17855
parent
fe70ce64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/mips/mips.md
+2
-2
No files found.
gcc/ChangeLog
View file @
7e4e0956
Wed Feb 11 08:29:56 1998 Gavin Koch <gavin@cygnus.com>
* mips/mips.md (movdi): These PLUS's need to be Pmode.
Wed Feb 11 01:47:54 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (dwarf2out.o, emit-rtl.o, jump.o, cse.o, unroll.o,
...
...
gcc/config/mips/mips.md
View file @
7e4e0956
...
...
@@ -4397,7 +4397,7 @@ move\\t%0,%z4\\n\\
}
emit_move_insn (operands[0],
gen_rtx (PLUS,
SI
mode, base_reg,
gen_rtx (PLUS,
P
mode, base_reg,
mips16_gp_offset (operands[1])));
DONE;
}
...
...
@@ -4789,7 +4789,7 @@ move\\t%0,%z4\\n\\
emit_move_insn (base_reg, mips16_gp_pseudo_reg ());
emit_move_insn (operands[0],
gen_rtx (PLUS,
SI
mode, base_reg,
gen_rtx (PLUS,
P
mode, base_reg,
mips16_gp_offset (operands[1])));
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