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
5e4aab97
Commit
5e4aab97
authored
Jan 26, 1998
by
Richard Henderson
Committed by
Richard Henderson
Jan 26, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* alpha.md (abssf, absdf): Revert last change.
From-SVN: r17502
parent
2b44e25a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/alpha/alpha.md
+2
-2
No files found.
gcc/ChangeLog
View file @
5e4aab97
Tue Jan 27 03:21:23 1998 Richard Henderson <rth@cygnus.com>
* alpha.md (abssf, absdf): Revert last change.
Tue Jan 27 00:26:50 1998 John Carr <jfc@mit.edu>
* dwarf2out.c (dwarf2out_frame_init): Test value of DWARF2_UNWIND_INFO.
...
...
gcc/config/alpha/alpha.md
View file @
5e4aab97
...
...
@@ -1620,14 +1620,14 @@
(define_insn "abssf2"
[
(set (match_operand:SF 0 "register_operand" "=f")
(abs:SF (match_operand:SF 1 "reg_or_fp0_operand" "fG")))]
"TARGET_FP
&& alpha_fptm == ALPHA_FPTM_N
"
"TARGET_FP"
"cpys $f31,%R1,%0"
[
(set_attr "type" "fcpys")
]
)
(define_insn "absdf2"
[
(set (match_operand:DF 0 "register_operand" "=f")
(abs:DF (match_operand:DF 1 "reg_or_fp0_operand" "fG")))]
"TARGET_FP
&& alpha_fptm == ALPHA_FPTM_N
"
"TARGET_FP"
"cpys $f31,%R1,%0"
[
(set_attr "type" "fcpys")
]
)
...
...
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