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
7e4bd541
Commit
7e4bd541
authored
Jan 10, 2004
by
Geoffrey Keating
Committed by
Geoffrey Keating
Jan 10, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/rs6000.md (fix_trunctfdi2): Delete.
From-SVN: r75627
parent
47069ecb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
16 deletions
+4
-16
gcc/ChangeLog
+4
-0
gcc/config/rs6000/rs6000.md
+0
-16
No files found.
gcc/ChangeLog
View file @
7e4bd541
2004-01-09 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/rs6000.md (fix_trunctfdi2): Delete.
2004-01-09 Richard Henderson <rth@redhat.com>
* recog.c (constrain_operands): Validate mem operands.
...
...
gcc/config/rs6000/rs6000.md
View file @
7e4bd541
...
...
@@ -8313,22 +8313,6 @@
[
(set_attr "type" "fp")
(set_attr "length" "20")])
(define_insn_and_split "fix_trunctfdi2"
[
(set (match_operand:DI 0 "gpc_reg_operand" "=
*
f")
(fix:DI (match_operand:TF 1 "gpc_reg_operand" "f")))
(clobber (match_scratch:DF 2 "=f"))
(clobber (match_scratch:DF 3 "=&f"))]
"(DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_DARWIN)
&& TARGET_POWERPC64
&& TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_LONG_DOUBLE_128"
"#"
"&& reload_completed"
[
(pc)
]
{
emit_insn (gen_fix_trunc_helper (operands
[
2
]
, operands
[
1
]
, operands
[
3
]
));
emit_insn (gen_fix_truncdfdi2 (operands
[
0
]
, operands
[
2
]
));
})
(define_expand "fix_trunctfsi2"
[
(parallel
[
(set (match_operand:SI 0 "gpc_reg_operand" "")
(fix:SI (match_operand:TF 1 "gpc_reg_operand" "")))
...
...
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