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
4adf744b
Commit
4adf744b
authored
Apr 01, 1999
by
Michael Hayes
Committed by
Michael Hayes
Apr 01, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/c4x/c4x.h: Added more comments.
From-SVN: r26107
parent
305902b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
gcc/ChangeLog
+4
-0
gcc/config/c4x/c4x.h
+10
-3
No files found.
gcc/ChangeLog
View file @
4adf744b
Fri
Apr
2
12
:
16
:
15
1999
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
*
config
/
c4x
/
c4x
.
h
:
Added
more
comments
.
Fri
Apr
2
11
:
58
:
22
1999
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
*
config
/
c4x
/
c4x
.
c
(
c4x_emit_move_sequence
)
:
Force
invalid
QImode
...
...
gcc/config/c4x/c4x.h
View file @
4adf744b
...
...
@@ -1589,11 +1589,18 @@ extern struct rtx_def *c4x_gen_compare_reg ();
#define HAVE_PRE_MODIFY_DISP 1
#define HAVE_POST_MODIFY_DISP 1
#define HAVE_MULTIPLE_PACK 2
/* What about LABEL_REF? */
/* The number of insns that can be packed into a single opcode. */
#define MULTIPACK_INSNS 2
/* Recognize any constant value that is a valid address.
We could allow arbitrary constant addresses in the large memory
model but for the small memory model we can only accept addresses
within the data page. I suppose we could also allow
CONST PLUS SYMBOL_REF. */
#define CONSTANT_ADDRESS_P(X) (GET_CODE (X) == SYMBOL_REF)
/* Maximum number of registers that can appear in a valid memory
address. */
#define MAX_REGS_PER_ADDRESS 2
/* The macros REG_OK_FOR..._P assume that the arg is a REG rtx
...
...
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