This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
about madd instruction in mips instruction sets
- From: "zouq" <zouqiong at ict dot ac dot cn>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 27 Apr 2005 16:34:12 +0800 (CST)
- Subject: about madd instruction in mips instruction sets
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??
what else should i do?