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
c4a9dd2e
Commit
c4a9dd2e
authored
Aug 20, 1994
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allocate eax before edx.
From-SVN: r7955
parent
e24fa534
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/i386/i386.h
+2
-2
No files found.
gcc/config/i386/i386.h
View file @
c4a9dd2e
...
@@ -266,8 +266,8 @@ extern int target_flags;
...
@@ -266,8 +266,8 @@ extern int target_flags;
available for storage of persistent values. */
available for storage of persistent values. */
#define REG_ALLOC_ORDER \
#define REG_ALLOC_ORDER \
/*
dx,cx,a
x,bx,si,di,bp,sp,st,st1,st2,st3,st4,st5,st6,st7,arg*/
\
/*
ax,cx,d
x,bx,si,di,bp,sp,st,st1,st2,st3,st4,st5,st6,st7,arg*/
\
{
1, 2, 0
, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }
{
0, 2, 1
, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }
/* Macro to conditionally modify fixed_regs/call_used_regs. */
/* Macro to conditionally modify fixed_regs/call_used_regs. */
#define CONDITIONAL_REGISTER_USAGE \
#define CONDITIONAL_REGISTER_USAGE \
...
...
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