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
7e476021
Commit
7e476021
authored
Jul 29, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(RTX_COSTS): Fill in missing default values.
From-SVN: r10202
parent
16a25755
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gcc/config/pdp11/pdp11.h
+3
-2
No files found.
gcc/config/pdp11/pdp11.h
View file @
7e476021
...
...
@@ -1354,7 +1354,7 @@ JMP FUNCTION 0x0058 0x0000 <- FUNCTION
else if (GET_MODE(X) == SImode) \
total = COSTS_N_INSNS(6); \
else \
abort();
\
total = COSTS_N_INSNS(2);
\
break; \
/* case LSHIFT: */
\
case ASHIFT: \
...
...
@@ -1365,7 +1365,8 @@ JMP FUNCTION 0x0058 0x0000 <- FUNCTION
else if (GET_MODE(X) == QImode) \
{ \
if (GET_CODE(XEXP (X,1)) != CONST_INT) \
abort(); \
total = COSTS_N_INSNS(8);
/* worst case */
\
else \
total = COSTS_N_INSNS(INTVAL(XEXP (X,1))); \
} \
else if (GET_MODE(X) == HImode) \
...
...
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