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]

xscale-elf-gcc


Hi,
When I use the march=armv4t option with the xscale-elf-gcc compiler,
what pipeline does it target? Does it use armv4t compliant instructions
but still target the xscale pipeline? The reason I ask is because I
notice that the compiler chooses to predicate branches even when the sequences
are long (branches would incur 1 stall but long sequences of predicated code
would result in no-ops).

When I specify mcpu=strongarm and march=armv4 the compiler complains about
a conflict. Isn't the strongarm compliant with armv4?

Another question: which is the first arm processor to support thumb instructions?

-Arvind


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