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
ad3f8945
Commit
ad3f8945
authored
Mar 11, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r442
parent
51498d3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
gcc/config/ns32k/ns32k.md
+8
-5
No files found.
gcc/config/ns32k/ns32k.md
View file @
ad3f8945
...
@@ -2179,9 +2179,10 @@
...
@@ -2179,9 +2179,10 @@
rtx temp = XEXP (operands
[
0
]
, 0);
rtx temp = XEXP (operands
[
0
]
, 0);
if (CONSTANT_ADDRESS_P (temp))
if (CONSTANT_ADDRESS_P (temp))
{
{
#ifdef GAS_SYNTAX
operands
[
0
]
= temp;
operands
[
0
]
= temp;
return
\"
bsr %0
\"
;
return
\"
bsr %0
\"
;
#
if 0
#
else
#ifdef GNX_V3
#ifdef GNX_V3
return
\"
bsr %0
\"
;
return
\"
bsr %0
\"
;
#else
#else
...
@@ -2190,8 +2191,9 @@
...
@@ -2190,8 +2191,9 @@
#endif
#endif
}
}
if (GET_CODE (XEXP (operands
[
0
]
, 0)) == REG)
if (GET_CODE (XEXP (operands
[
0
]
, 0)) == REG)
#if defined (GNX_V3) || defined (GAS_SYNTAX)
return
\"
jsr %0
\"
;
return
\"
jsr %0
\"
;
#
if 0
#
else
return
\"
jsr %a0
\"
;
return
\"
jsr %a0
\"
;
#endif
#endif
}
}
...
@@ -2211,10 +2213,10 @@
...
@@ -2211,10 +2213,10 @@
{
{
rtx temp = XEXP (operands
[
1
]
, 0);
rtx temp = XEXP (operands
[
1
]
, 0);
if (CONSTANT_ADDRESS_P (temp))
if (CONSTANT_ADDRESS_P (temp))
{
#ifdef GAS_SYNTAX
operands
[
1
]
= temp;
operands
[
1
]
= temp;
return
\"
bsr %1
\"
;
return
\"
bsr %1
\"
;
#
if 0
#
else
#ifdef GNX_V3
#ifdef GNX_V3
return
\"
bsr %1
\"
;
return
\"
bsr %1
\"
;
#else
#else
...
@@ -2223,8 +2225,9 @@
...
@@ -2223,8 +2225,9 @@
#endif
#endif
}
}
if (GET_CODE (XEXP (operands
[
1
]
, 0)) == REG)
if (GET_CODE (XEXP (operands
[
1
]
, 0)) == REG)
#if defined (GNX_V3) || defined (GAS_SYNTAX)
return
\"
jsr %1
\"
;
return
\"
jsr %1
\"
;
#
if 0
#
else
return
\"
jsr %a1
\"
;
return
\"
jsr %a1
\"
;
#endif
#endif
}
}
...
...
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