Hi! On Wed, Oct 09, 2019 at 04:26:20PM -0400, Michael Meissner wrote: > --- gcc/config/rs6000/vsx.md (revision 276713) > +++ gcc/config/rs6000/vsx.md (working copy) > @@ -1149,10 +1149,14 @@ (define_insn "vsx_mov<mode>_64bit" > "vecstore, vecload, vecsimple, mffgpr, mftgpr, load, > store, load, store, *, vecsimple, > vecsimple, > vecsimple, *, *, vecstore, vecload") > - (set_attr "length" > + (set_attr "non_prefixed_length" > "*, *, *, 8, *, 8, > 8, 8, 8, 8, *, *, > *, 20, 8, *, *") > + (set_attr "prefixed_length" > + "*, *, *, 8, *, 20, > + 20, 20, 20, 8, *, *, > + *, 20, 8, *, *")
Alternative 13 has non_prefixed_length 20, I wonder what insns that generates? Other than that, looks good afaics. Segher