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
454f33b9
Commit
454f33b9
authored
Dec 24, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(define_attr type): Add new type ISUBR.
(divmod): Set to type ISUBR. From-SVN: r6303
parent
03b72c86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
gcc/config/alpha/alpha.md
+6
-4
No files found.
gcc/config/alpha/alpha.md
View file @
454f33b9
;;- Machine description for DEC Alpha for GNU C compiler
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Copyright (C) 1992
, 1993
Free Software Foundation, Inc.
;; Contributed by Richard Kenner (kenner@nyu.edu)
;; This file is part of GNU CC.
...
...
@@ -26,7 +26,7 @@
;; separately.
(define_attr "type"
"ld,st,ibr,fbr,jsr,iaddlog,shiftcm,icmp,imull,imulq,fpop,fdivs,fdivt,ldsym"
"ld,st,ibr,fbr,jsr,iaddlog,shiftcm,icmp,imull,imulq,fpop,fdivs,fdivt,ldsym
,isubr
"
(const_string "shiftcm"))
;; We include four function units: ABOX, which computes the address,
...
...
@@ -503,7 +503,8 @@
(clobber (reg:DI 23))
(clobber (reg:DI 28))]
""
"%E1 $24,$25,$27")
"%E1 $24,$25,$27"
[
(set_attr "type" "isubr")
]
)
(define_insn ""
[
(set (reg:DI 27)
...
...
@@ -512,7 +513,8 @@
(clobber (reg:DI 23))
(clobber (reg:DI 28))]
""
"%E1 $24,$25,$27")
"%E1 $24,$25,$27"
[
(set_attr "type" "isubr")
]
)
;; Next are the basic logical operations. These only exist in DImode.
...
...
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