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
b542afe9
Commit
b542afe9
authored
May 13, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix_truncdfsi2, fixuns_truncdfsi2, trunc_call): Fix typo in type of
FIX and UNSIGNED_RIX rtl. From-SVN: r4444
parent
326f06f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/rs6000/rs6000.md
+4
-4
No files found.
gcc/config/rs6000/rs6000.md
View file @
b542afe9
;;- Machine description for IBM RISC System 6000 (POWER) for GNU C compiler
;; Copyright (C) 1990, 1991 Free Software Foundation, Inc.
;; Copyright (C) 1990, 1991
, 1992, 1993
Free Software Foundation, Inc.
;; Contributed by Richard Kenner (kenner@nyu.edu)
;; This file is part of GNU CC.
...
...
@@ -1935,7 +1935,7 @@
(define_expand "fix_truncdfsi2"
[
(set (match_operand:SI 0 "gpc_reg_operand" "")
(fix:
DF
(match_operand:DF 1 "gpc_reg_operand" "")))]
(fix:
SI
(match_operand:DF 1 "gpc_reg_operand" "")))]
""
"
{
...
...
@@ -1946,7 +1946,7 @@
(define_expand "fixuns_truncdfsi2"
[
(set (match_operand:SI 0 "gpc_reg_operand" "")
(unsigned_fix:
DF
(match_operand:DF 1 "gpc_reg_operand" "")))]
(unsigned_fix:
SI
(match_operand:DF 1 "gpc_reg_operand" "")))]
""
"
{
...
...
@@ -1958,7 +1958,7 @@
(define_expand "trunc_call"
[
(parallel
[
(set (match_operand:SI 0 "" "")
(fix:
DF
(match_operand:DF 1 "" "")))
(fix:
SI
(match_operand:DF 1 "" "")))
(use (match_operand:SI 2 "" ""))])]
""
"
...
...
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