mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 12:07:19 +08:00
* config/mips/mips.md (movdi_usd): Renumber.
From-SVN: r52723
This commit is contained in:
parent
e732178cb8
commit
120eaf28cd
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -29,10 +29,11 @@
|
||||
;; UNSPEC values used in mips.md
|
||||
;; Number USE
|
||||
;; 0 movsi_ul
|
||||
;; 1 movsi_us, get_fnaddr
|
||||
;; 1 movsi_usw, 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")] 111))]
|
||||
""
|
||||
"*
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user