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
010c262f
Commit
010c262f
authored
Jan 07, 1993
by
Torbjorn Granlund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(output_floatsisf2, output_floatsidf2): Remove.
From-SVN: r3144
parent
e061ef25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
26 deletions
+2
-26
gcc/config/pa/pa.c
+2
-26
No files found.
gcc/config/pa/pa.c
View file @
010c262f
...
@@ -1957,7 +1957,7 @@ print_operand (file, x, code)
...
@@ -1957,7 +1957,7 @@ print_operand (file, x, code)
case
EQ
:
case
EQ
:
fprintf
(
file
,
"="
);
break
;
fprintf
(
file
,
"="
);
break
;
case
NE
:
case
NE
:
fprintf
(
file
,
"<>"
);
break
;
fprintf
(
file
,
"<>"
);
break
;
case
GT
:
case
GT
:
fprintf
(
file
,
">"
);
break
;
fprintf
(
file
,
">"
);
break
;
case
GE
:
case
GE
:
...
@@ -1985,7 +1985,7 @@ print_operand (file, x, code)
...
@@ -1985,7 +1985,7 @@ print_operand (file, x, code)
switch
(
GET_CODE
(
x
))
switch
(
GET_CODE
(
x
))
{
{
case
EQ
:
case
EQ
:
fprintf
(
file
,
"<>"
);
break
;
fprintf
(
file
,
"<>"
);
break
;
case
NE
:
case
NE
:
fprintf
(
file
,
"="
);
break
;
fprintf
(
file
,
"="
);
break
;
case
GT
:
case
GT
:
...
@@ -2152,30 +2152,6 @@ output_global_address (file, x)
...
@@ -2152,30 +2152,6 @@ output_global_address (file, x)
output_addr_const
(
file
,
x
);
output_addr_const
(
file
,
x
);
}
}
/* MEM rtls here are never SYMBOL_REFs (I think), so fldws is safe. */
char
*
output_floatsisf2
(
operands
)
rtx
*
operands
;
{
if
(
GET_CODE
(
operands
[
1
])
==
MEM
)
return
"fldws %1,%0
\n\t
fcnvxf,sgl,sgl %0,%0"
;
else
if
(
FP_REG_P
(
operands
[
1
]))
return
"fcnvxf,sgl,sgl %1,%0"
;
abort
();
}
char
*
output_floatsidf2
(
operands
)
rtx
*
operands
;
{
if
(
GET_CODE
(
operands
[
1
])
==
MEM
)
return
"fldws %1,%0
\n\t
fcnvxf,sgl,dbl %0,%0"
;
else
if
(
FP_REG_P
(
operands
[
1
]))
return
"fcnvxf,sgl,dbl %1,%0"
;
abort
();
}
enum
rtx_code
enum
rtx_code
reverse_relop
(
code
)
reverse_relop
(
code
)
enum
rtx_code
code
;
enum
rtx_code
code
;
...
...
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