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
938566fb
Commit
938566fb
authored
Sep 13, 2000
by
Richard Henderson
Committed by
Richard Henderson
Sep 13, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/ia64/lib1funcs.asm (__divsf3): Protect fnorm.s with p6.
From-SVN: r36395
parent
c349e40b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/ChangeLog
+4
-0
gcc/config/ia64/lib1funcs.asm
+5
-1
No files found.
gcc/ChangeLog
View file @
938566fb
2000-09-13 Richard Henderson <rth@cygnus.com>
* config/ia64/lib1funcs.asm (__divsf3): Protect fnorm.s with p6.
2000-09-13 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* flags.h (flag_dump_rtl_in_asm): Declare.
...
...
gcc/config/ia64/lib1funcs.asm
View file @
938566fb
...
...
@@ -96,8 +96,11 @@ __divdf3:
.
global
__divsf3
.
proc
__divsf3
__divsf3
:
cmp
.
eq
p7
,
p0
=
r0
,
r0
frcpa
.
s0
f10
,
p6
=
farg0
,
farg1
;;
(
p6
)
cmp
.
ne
p7
,
p0
=
r0
,
r0
.
pred
.
rel
.
mutex
p6
,
p7
(
p6
)
fmpy
.
s1
f8
=
farg0
,
f10
(
p6
)
fnma
.
s1
f9
=
farg1
,
f10
,
f1
;;
...
...
@@ -109,7 +112,8 @@ __divsf3:
;;
(
p6
)
fma
.
d
.
s1
f10
=
f9
,
f8
,
f8
;;
fnorm
.
s
.
s0
fret0
=
f10
(
p6
)
fnorm
.
s
.
s0
fret0
=
f10
(
p7
)
mov
fret0
=
f10
br
.
ret
.
sptk
rp
;;
.
endp
__divsf3
...
...
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