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
0ed757cc
Commit
0ed757cc
authored
Mar 21, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r547
parent
afa36a4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
gcc/config/ns32k/ns32k.md
+8
-3
No files found.
gcc/config/ns32k/ns32k.md
View file @
0ed757cc
...
...
@@ -6,7 +6,7 @@
;; I.e., one cannot say "cmpd _p,@_x"
;; Implement unsigned multiplication??
;;- Machine descrption for GNU compiler
;;- Machine descr
i
ption for GNU compiler
;;- ns32000 Version
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Contributed by Michael Tiemann (tiemann@mcc.com)
...
...
@@ -242,7 +242,12 @@
return
\"
movf %1,tos
\;
movd tos,%0
\"
;
return
\"
movf %1,%0
\"
;
}
#if 0
#if 0 /* Someone suggested this for the Sequent. Is it needed? */
else if (GET_CODE (operands
[
1
]
) == CONST_DOUBLE)
return
\"
movf %1,%0
\"
;
#endif
/
*
There was a #if 0 around this, but that was erroneous
for anything bug GAS syntax -- rms.
*
/
#ifndef GAS_SYNTAX
/
*
GAS understands floating constants in ordinary movd instructions
but other assemblers might object.
*
/
...
...
@@ -258,7 +263,6 @@
return \"movd %1,%0\";
}
#endif
#endif
else return
\"
movd %1,%0
\"
;
}")
...
...
@@ -2213,6 +2217,7 @@
{
rtx temp = XEXP (operands
[
1
]
, 0);
if (CONSTANT_ADDRESS_P (temp))
{
#ifdef GAS_SYNTAX
operands
[
1
]
= temp;
return
\"
bsr %1
\"
;
...
...
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