* config/mips/mips.md (loadx, storex): Define for V2SF.
From-SVN: r88089
This commit is contained in:
parent
ef44a6ff23
commit
03eccdc8ff
@ -1,3 +1,7 @@
|
||||
2004-09-25 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* config/mips/mips.md (loadx, storex): Define for V2SF.
|
||||
|
||||
2004-09-25 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* config/s390/s390-protos.h (s390_back_chain_rtx): Add prototype.
|
||||
|
@ -355,8 +355,8 @@
|
||||
(define_mode_attr store [(SI "sw") (DI "sd")])
|
||||
|
||||
;; Similarly for MIPS IV indexed FPR loads and stores.
|
||||
(define_mode_attr loadx [(SF "lwxc1") (DF "ldxc1")])
|
||||
(define_mode_attr storex [(SF "swxc1") (DF "sdxc1")])
|
||||
(define_mode_attr loadx [(SF "lwxc1") (DF "ldxc1") (V2SF "ldxc1")])
|
||||
(define_mode_attr storex [(SF "swxc1") (DF "sdxc1") (V2SF "sdxc1")])
|
||||
|
||||
;; The unextended ranges of the MIPS16 addiu and daddiu instructions
|
||||
;; are different. Some forms of unextended addiu have an 8-bit immediate
|
||||
|
Loading…
Reference in New Issue
Block a user