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
9d853307
Commit
9d853307
authored
Nov 19, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(movsf+1,2,movdf+1,2): Make 'f' preferred register class.
From-SVN: r6115
parent
56f9e259
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
gcc/config/clipper/clipper.md
+7
-7
No files found.
gcc/config/clipper/clipper.md
View file @
9d853307
;;- Machine description for GNU compiler, Clipper Version
;; Copyright (C) 1987, 1988, 1991 Free Software Foundation, Inc.
;; Copyright (C) 1987, 1988, 1991
, 1993
Free Software Foundation, Inc.
;; Contributed by Holger Teutsch (holger@hotbso.rhein-main.de)
...
...
@@ -148,8 +148,8 @@
;; to recombine a mem -> mem move
;;
(define_insn ""
[
(set (match_operand:DF 0 "register_operand" "=rf")
(match_operand:DF 1 "nonimmediate_operand" "rfo"))]
[
(set (match_operand:DF 0 "register_operand" "=
*
rf")
(match_operand:DF 1 "nonimmediate_operand" "
*
rfo"))]
""
"
*
{
...
...
@@ -203,7 +203,7 @@
(define_insn ""
[
(set (match_operand:DF 0 "memory_operand" "=o,m")
(match_operand:DF 1 "register_operand" "rf,f"))]
(match_operand:DF 1 "register_operand" "
*
rf,f"))]
""
"
*
{
...
...
@@ -247,8 +247,8 @@
;; to recombine a mem -> mem move
;;
(define_insn ""
[
(set (match_operand:SF 0 "register_operand" "=rf")
(match_operand:SF 1 "nonimmediate_operand" "rfm"))]
[
(set (match_operand:SF 0 "register_operand" "=
*
rf")
(match_operand:SF 1 "nonimmediate_operand" "
*
rfm"))]
""
"
*
{
...
...
@@ -284,7 +284,7 @@
(define_insn ""
[
(set (match_operand:SF 0 "memory_operand" "=m")
(match_operand:SF 1 "register_operand" "rf"))]
(match_operand:SF 1 "register_operand" "
*
rf"))]
""
"
*
{
...
...
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