mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 08:03:41 +08:00
(spe_evrlwi): Add missing third operand to assembler template.
From-SVN: r57707
This commit is contained in:
parent
3c655f42e4
commit
78872ad9bd
@ -1,3 +1,8 @@
|
||||
2002-10-01 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/rs6000/spe.md (spe_evrlwi): Add missing third operand
|
||||
to assembler template.
|
||||
|
||||
2002-10-01 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* dwarf2out.c (loc_descriptor_from_tree): Relax requirement
|
||||
|
@ -483,7 +483,7 @@
|
||||
(unspec:V2SI [(match_operand:V2SI 1 "gpc_reg_operand" "r")
|
||||
(match_operand:QI 2 "immediate_operand" "i")] 519))]
|
||||
"TARGET_SPE"
|
||||
"evrlwi %0,%1"
|
||||
"evrlwi %0,%1,%2"
|
||||
[(set_attr "type" "vecsimple")
|
||||
(set_attr "length" "4")])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user