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
319f217e
Commit
319f217e
authored
Jan 22, 1998
by
Gavin Koch
Committed by
Jeff Law
Jan 22, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.
From-SVN: r17453
parent
40687a9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/mips/mips.md
+1
-1
No files found.
gcc/ChangeLog
View file @
319f217e
Fri Jan 23 00:19:36 1998 Gavin Kock (gavin@cygnus.com)
* mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.
1998-01-22 scott snyder <snyder@d0sgif.fnal.gov>
* mips.c (function_prologue): Use HARD_FRAME_POINTER_REGNUM in
...
...
gcc/config/mips/mips.md
View file @
319f217e
...
...
@@ -1751,7 +1751,7 @@
(clobber (match_scratch:DI 3 "=h"))
(clobber (match_scratch:DI 4 "=l"))
(clobber (match_scratch:DI 5 "=a"))]
"TARGET_64BIT &&
!TARGET_MIPS16 && (GENERATE_MULT3 || mips_cpu == PROCESSOR_R4000
)"
"TARGET_64BIT &&
(GENERATE_MULT3 || mips_cpu == PROCESSOR_R4000 || TARGET_MIPS16
)"
"
*
{
if (GENERATE_MULT3)
...
...
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