> Is there a reason that instruction should be uppercase?
>
> This otherwise looks fine to me.
>
Committed r242428.
Thank you for your review,
Claudiu
> > + MPYHU DBL0H,r12,DBL0H
>
> Is there a reason that instruction should be uppercase?
>
Yes, MPYHU is a macro which selects the right mnemonic depending on which CPU
you are going to compile (i.e., mpyhu for ARCv1 and mpymu for ARCv2), see
arc-ieee-754.h.
Thanks,
Claudiu
* Claudiu Zissulescu [2016-07-08 13:41:23
+0200]:
> Don't use CPU macros, use CPU feature macros.
>
> libgcc/
> 2016-05-26 Claudiu Zissulescu
>
> * config/arc/lib1funcs.S (__mulsi3): Use feature defines instead
> of checking for cpus.
> (__umulsidi3, __umulsi3_highpart, __
Don't use CPU macros, use CPU feature macros.
libgcc/
2016-05-26 Claudiu Zissulescu
* config/arc/lib1funcs.S (__mulsi3): Use feature defines instead
of checking for cpus.
(__umulsidi3, __umulsi3_highpart, __udivmodsi4, __divsi3)
(__modsi3, __clzsi2): Likewise.
-