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
2f6fc0b6
Commit
2f6fc0b6
authored
Aug 06, 2006
by
Andreas Schwab
Committed by
Andreas Schwab
Aug 06, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/m68k/m68k.md (truncxfsf2): Readd.
From-SVN: r115973
parent
da452330
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+4
-0
gcc/config/m68k/m68k.md
+7
-0
No files found.
gcc/ChangeLog
View file @
2f6fc0b6
2006
-
08
-
06
Andreas
Schwab
<
schwab
@suse
.
de
>
*
config
/
m68k
/
m68k
.
md
(
truncxfsf2
)
:
Readd
.
2006
-
08
-
06
Paolo
Bonzini
<
bonzini
@gnu
.
org
>
2006
-
08
-
06
Paolo
Bonzini
<
bonzini
@gnu
.
org
>
PR
target
/
27827
PR
target
/
27827
...
...
gcc/config/m68k/m68k.md
View file @
2f6fc0b6
...
@@ -6915,6 +6915,13 @@
...
@@ -6915,6 +6915,13 @@
return "fmove%.d %f1,%0";
return "fmove%.d %f1,%0";
})
})
(define_insn "truncxfsf2"
[
(set (match_operand:SF 0 "nonimmediate_operand" "=dm")
(float_truncate:SF
(match_operand:XF 1 "general_operand" "f")))]
"TARGET_68881"
"fmove%.s %f1,%0")
(define_insn "sin
<mode>
2"
(define_insn "sin
<mode>
2"
[
(set (match_operand:FP 0 "nonimmediate_operand" "=f")
[
(set (match_operand:FP 0 "nonimmediate_operand" "=f")
(unspec:FP
(unspec:FP
...
...
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