just swap Rm and Rn:
mul Rd, Rn, Rm -> mul Rd, Rm, Rn
read arm reference for exaplanation
-----Original Message-----
From: James Tyou [mailto:jam...@gm...]
Sent: Tuesday, February 28, 2012 13:43
To: ceg...@li...
Subject: [Cegcc-devel] Rd and Rm should be different in mul?
Hello There,
I compile some c source with
\bin>arm-mingw32ce-gcc --version
arm-mingw32ce-gcc (GCC) 4.5.3
and switchs:
-mcpu=arm1176jzf-s -Wa,-mcpu=arm1176jzf-s
but at last it shows some error:
ccvEiUjA.s:322: Rd and Rm should be different in mul
why?
is this a bug of mingw32ce?
regards,
jz
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Cegcc-devel mailing list
Ceg...@li...
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
|