fpc/compiler/arm
masta 0cb1a129b3 {ARM} Implement usage of generic division-by-const optimization
This utilizes the code commited in r27904 to convert a division by const
into a 32x32->64 bit multiplication for ARM.

git-svn-id: trunk@27929 -
2014-06-10 20:49:18 +00:00
..
aasmcpu.pas
agarmgas.pas
aoptcpu.pas
aoptcpub.pas
aoptcpuc.pas
aoptcpud.pas
armatt.inc
armatts.inc
armins.dat
armnop.inc
armop.inc
armreg.dat
armtab.inc
cgcpu.pas {ARM} Implement usage of generic division-by-const optimization 2014-06-10 20:49:18 +00:00
cpubase.pas
cpuelf.pas
cpuinfo.pas
cpunode.pas
cpupara.pas * moved ARM-specific tprocdef.total_stackframe_size field to cpu-specific 2014-04-01 21:41:24 +00:00
cpupi.pas * Added virtual method tprocinfo.postprocess_code and moved target-specific processing from base class into target-specific descendant classes (ARM and AVR, other targets still to do). 2014-04-02 13:14:06 +00:00
cputarg.pas
hlcgcpu.pas
itcpugas.pas
narmadd.pas * ARM: fixed floating point comparison flags for VFP hardfloat (part of Mantis #9362). 2014-04-20 17:06:32 +00:00
narmcal.pas
narmcnv.pas
narmcon.pas * ARM: Test if range check of floating point constants is necessary in the same way as on other targets. This should have been part of r10940 6 years ago... 2014-04-22 06:51:54 +00:00
narminl.pas Fixed generation of abs calls for thumb and thumb-2 targets. 2014-06-10 17:48:09 +00:00
narmmat.pas {ARM} Implement usage of generic division-by-const optimization 2014-06-10 20:49:18 +00:00
narmmem.pas
narmset.pas
pp.lpi.template
raarm.pas
raarmgas.pas
rarmcon.inc
rarmdwa.inc
rarmnor.inc
rarmnum.inc
rarmrni.inc
rarmsri.inc
rarmsta.inc
rarmstd.inc
rarmsup.inc
rgcpu.pas
symcpu.pas Fix a typo. The CPU specific version of "ttypesym" should be called "tcputypesym" and not "tcpuypesym". 2014-04-11 14:30:59 +00:00