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
2e7d5318
Commit
2e7d5318
authored
Nov 21, 2001
by
David Edelsohn
Committed by
David Edelsohn
Nov 21, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rs6000.md (cmptf_internal1): Replace %$ with $.
From-SVN: r47248
parent
dcc61724
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/rs6000/rs6000.md
+1
-1
No files found.
gcc/ChangeLog
View file @
2e7d5318
2001
-
11
-
21
David
Edelsohn
<
edelsohn
@gnu
.
org
>
*
rs6000
.
md
(
cmptf_internal1
)
:
Replace
%
$
with
$
.
Wed
Nov
21
16
:
44
:
01
2001
Douglas
B
.
Rupp
<
rupp
@gnat
.
com
>
*
cppfiles
.
c
(
STAT_SIZE_TOO_BIG
)
:
Define
.
...
...
gcc/config/rs6000/rs6000.md
View file @
2e7d5318
...
...
@@ -10241,7 +10241,7 @@
(compare:CCFP (match_operand:TF 1 "gpc_reg_operand" "f")
(match_operand:TF 2 "gpc_reg_operand" "f")))]
"DEFAULT_ABI == ABI_AIX && TARGET_HARD_FLOAT && TARGET_LONG_DOUBLE_128"
"fcmpu %0,%1,%2
\;
bne %0,
%
$+4
\;
fcmpu %0,%L1,%L2"
"fcmpu %0,%1,%2
\;
bne %0,$+4
\;
fcmpu %0,%L1,%L2"
[
(set_attr "type" "fpcompare")
(set_attr "length" "12")])
...
...
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