This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: about madd instruction in mips instruction sets


zouq wrote:
> i found madd instruction in mips.md, but why when i compiled it with
> my cross-compile mipsel-linux-gcc as follows, mipsel-linux-gcc -mips4
> -O2 test.c -S i can`t find any madd instruction in test.s??

Basic questions like this are really more appropriate for the gcc-help
list.  The gcc list is supposed to be for questions about gcc
development.  Not beginner questions like this.

You should look at
    http://gcc.gnu.org/bugs.html
which has info on how to properly report a bug.  You left out some
important info here, primarily the testcase test.c, but also the gcc
version.

You should also get some MIPS ISA manuals and study them.  There is no
(integer) madd
instruction in the MIPS4 ISA.  Maybe you meant madd.d or madd.s?
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]