ldreqd instruction in xscale
Phil Blundell
pb@nexus.co.uk
Fri Jan 25 03:10:00 GMT 2002
On Thu, 2002-01-24 at 22:12, Arvind Krishnaswamy wrote:
> I used the -march=armv4t with both the arm-elf-gcc compiler and xscale-elf-gcc
> compiler. But xscale-elf-gcc generates different code. The ldreqd instruction
> is used code generated by xscale-elf-gcc bt is absent in code generated by
> arm-elf-gcc. Doesn't -march=armv4t specify the instruction to be used?
LDRD is an ARMv5E ("El Segundo") instruction. So yes, I would expect
-march=armv4t to suppress generation of those. Do you have a testcase
that shows the problem?
p.
More information about the Gcc
mailing list