On Tue, Aug 19, 2014 at 4:22 PM, Kyrill Tkachov <kyrylo.tkac...@arm.com> wrote: > Hi all, > > Nothing too controversial here, convert the concerned patterns to UAL. > The size of the data types in the operation is expressed in the .f32 or > .f64 suffix. > > Ok for trunk?
Ok - in an ideal world I'd have just done these with iterators but ok. Ramana > > Thanks, > Kyrill > > 2014-08-19 Kyrylo Tkachov <kyrylo.tkac...@arm.com> > > * config/arm/vfp.md (*abssf2_vfp): Use UAL assembly syntax. > (*absdf2_vfp): Likewise. > (*negsf2_vfp): Likewise. > (*negdf2_vfp): Likewise. > (*addsf3_vfp): Likewise. > (*adddf3_vfp): Likewise. > (*subsf3_vfp): Likewise. > (*subdf3_vfp): Likewise. > (*divsf3_vfp): Likewise. > (*divdf3_vfp): Likewise. > > 2014-08-19 Kyrylo Tkachov <kyrylo.tkac...@arm.com> > > * gcc.target/arm/vfp-1.c: Updated expected assembly.