On Wed, 2017-09-06 at 16:13 -0500, Pat Haugen wrote: > On 09/06/2017 11:24 AM, Carl Love wrote: > > + "fctiw %1,%1; mfvsrd %0,%1; extsw %0,%0" > > + [(set_attr "type" "integer") > > + (set_attr "length" "4")]) > > Should be type "three" and length "12". > > -Pat
Pat: Yes, that is wrong in more ways then one. Looks like I posted the wrong version of the patch. This was the first version which unfortunately results in generating extra extsw instructions. I withdraw this patch from consideration. Carl Love