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
87d9d860
Commit
87d9d860
authored
Aug 16, 1999
by
J"orn Rennecke
Committed by
Joern Rennecke
Aug 16, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
From-SVN: r28725
parent
861313f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config/mips/mips.h
+6
-0
No files found.
gcc/ChangeLog
View file @
87d9d860
Mon
Aug
16
17
:
04
:
15
1999
Jorn
Rennecke
<
amylaar
@cygnus
.
co
.
uk
>
*
mips
.
h
(
CLASS_CANNOT_CHANGE_SIZE
)
:
Define
.
Fri
Aug
13
15
:
20
:
43
1999
Gerald
Pfeifer
<
pfeifer
@dbai
.
tuwien
.
ac
.
at
>
*
config
/
i386
/
freebsd
.
h
(
HANDLE_PRAGMA_PACK_PUSH_POP
)
:
Define
.
...
...
gcc/config/mips/mips.h
View file @
87d9d860
...
...
@@ -2086,6 +2086,12 @@ extern enum reg_class mips_secondary_reload_class ();
: 2 * CLASS_UNITS (MODE, 8)) \
: CLASS_UNITS (MODE, UNITS_PER_WORD))
/* If defined, gives a class of registers that cannot be used as the
operand of a SUBREG that changes the size of the object. */
#define CLASS_CANNOT_CHANGE_SIZE \
(TARGET_FLOAT64 && ! TARGET_64BIT ? FP_REGS : NO_REGS)
/* If defined, this is a C expression whose value should be
nonzero if the insn INSN has the effect of mysteriously
clobbering the contents of hard register number REGNO. By
...
...
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