> > + 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