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
3ca0a524
Commit
3ca0a524
authored
Mar 16, 1999
by
J"orn Rennecke
Committed by
Joern Rennecke
Mar 16, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sh.md (movsi_i): Move t/r alternative after r/rI alternative.
From-SVN: r25804
parent
bbecc1d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.md
+7
-6
No files found.
gcc/ChangeLog
View file @
3ca0a524
Tue
Mar
16
23
:
40
:
09
1999
J
"orn Rennecke <amylaar@cygnus.co.uk>
* sh.md (movsi_i): Move t/r alternative after r/rI alternative.
Tue Mar 16 13:44:50 1999 Jim Wilson <wilson@cygnus.com>
* mn10200/mn10200.md (addsi3, subsi3, ashlsi3, lshrsi3, ashrsi3):
...
...
gcc/config/sh/sh.md
View file @
3ca0a524
...
...
@@ -2143,19 +2143,20 @@
""
"sett")
;; t/r is first, so that it will be preferred over r/r when reloading a move
;; of a pseudo-reg into the T reg
;; t/r must come after r/r, lest reload will try to reload stuff like
;; (set (subreg:SI (mem:QI (plus:SI (reg:SI 15 r15) (const_int 12)) 0) 0)
;; (made from (set (subreg:SI (reg:QI 73) 0) ) into T.
(define_insn "movsi_i"
[(set (match_operand:SI 0 "general_movdst_operand" "=
t,r,r
,r,r,r,m,<,<,xl,x,l,r")
(match_operand:SI 1 "general_movsrc_operand" "
r,Q,rI
,mr,xl,t,r,x,l,r,>,>,i"))]
[(set (match_operand:SI 0 "general_movdst_operand" "=
r,r,t
,r,r,r,m,<,<,xl,x,l,r")
(match_operand:SI 1 "general_movsrc_operand" "
Q,rI,r
,mr,xl,t,r,x,l,r,>,>,i"))]
"
! TARGET_SH3E
&& (register_operand (operands[0], SImode)
|| register_operand (operands[1], SImode))"
"@
cmp/pl %1
mov.l %1,%0
mov %1,%0
cmp/pl %1
mov.l %1,%0
sts %1,%0
movt %0
...
...
@@ -2166,7 +2167,7 @@
lds.l %1,%0
lds.l %1,%0
fake %1,%0"
[(set_attr "type" "
*,pcload_si,move
,load_si,move,move,store,store,pstore,move,load,pload,pcload_si")
[(set_attr "type" "
pcload_si,move,*
,load_si,move,move,store,store,pstore,move,load,pload,pcload_si")
(set_attr "length" "*,*,*,*,*,*,*,*,*,*,*,*,*")])
;; t/r must come after r/r, lest reload will try to reload stuff like
...
...
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