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
120eaf28
Commit
120eaf28
authored
Apr 24, 2002
by
Richard Henderson
Committed by
Richard Henderson
Apr 24, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mips/mips.md (movdi_usd): Renumber.
From-SVN: r52723
parent
e732178c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+4
-0
gcc/config/mips/mips.md
+3
-2
No files found.
gcc/ChangeLog
View file @
120eaf28
2002-04-24 Richard Henderson <rth@redhat.com>
* config/mips/mips.md (movdi_usd): Renumber.
2002-04-24 David S. Miller <davem@redhat.com>
PR target/6420
...
...
gcc/config/mips/mips.md
View file @
120eaf28
...
...
@@ -29,10 +29,11 @@
;; UNSPEC values used in mips.md
;; Number USE
;; 0 movsi_ul
;; 1 movsi_us, get_fnaddr
;; 1 movsi_us
w
, get_fnaddr
;; 2 reload_in
*, reload_out*
: sets delay on HILO register
;; 3 eh_set_return
;; 20 builtin_setjmp_setup
;; 111 movdi_usd
;;
;; UNSPEC_VOLATILE values
;; 0 blockage
...
...
@@ -4918,7 +4919,7 @@ move\\t%0,%z4\\n\\
(define_insn "movdi_usd"
[(set (match_operand:BLK 0 "memory_operand" "=R,o")
(unspec:BLK [(match_operand:DI 1 "reg_or_0_operand" "dJ,dJ")] 1))]
(unspec:BLK [(match_operand:DI 1 "reg_or_0_operand" "dJ,dJ")] 1
11
))]
""
"*
{
...
...
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