mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 02:19:40 +08:00
spe.md (*movv1di_const0): New pattern.
2002-12-03 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/spe.md (*movv1di_const0): New pattern. From-SVN: r59791
This commit is contained in:
parent
9c1180ea42
commit
3678a93e2f
@ -1,3 +1,7 @@
|
||||
2002-12-03 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* config/rs6000/spe.md (*movv1di_const0): New pattern.
|
||||
|
||||
2002-12-03 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* libgcc-std.ver: Inherit GCC_3.3 from GCC_3.0.
|
||||
|
@ -2148,6 +2148,13 @@
|
||||
"evxor %0,%0,%0"
|
||||
[(set_attr "type" "vecsimple")])
|
||||
|
||||
(define_insn "*movv1di_const0"
|
||||
[(set (match_operand:V1DI 0 "gpc_reg_operand" "=r")
|
||||
(match_operand:V1DI 1 "zero_constant" ""))]
|
||||
"TARGET_SPE"
|
||||
"evxor %0,%0,%0"
|
||||
[(set_attr "type" "vecsimple")])
|
||||
|
||||
;; Vector move instructions.
|
||||
|
||||
(define_expand "movv2si"
|
||||
|
Loading…
Reference in New Issue
Block a user