fpc/compiler/arm
masta 5498456269 Add LsrAndLsr Peephole Optimizer for ARM
Remove the superfluous and in:
mov r0, r0, lsr #24
and r0, r0, #255

Doing this allows for better shift-folding later

git-svn-id: trunk@21659 -
2012-06-20 12:39:19 +00:00
..
aasmcpu.pas * patch by Nico Erfurth: Handle BIC properly in taicpu.spilling_get_operation_type 2012-06-06 19:44:53 +00:00
agarmgas.pas
aoptcpu.pas Add LsrAndLsr Peephole Optimizer for ARM 2012-06-20 12:39:19 +00:00
aoptcpub.pas
aoptcpuc.pas
aoptcpud.pas
armatt.inc + patch by Bernd to add the push/pop mnemonic for arm/thumb-2, resolves #22041 2012-05-15 18:52:09 +00:00
armatts.inc + patch by Bernd to add the push/pop mnemonic for arm/thumb-2, resolves #22041 2012-05-15 18:52:09 +00:00
armins.dat + patch by Bernd to add the push/pop mnemonic for arm/thumb-2, resolves #22041 2012-05-15 18:52:09 +00:00
armnop.inc
armop.inc + patch by Bernd to add the push/pop mnemonic for arm/thumb-2, resolves #22041 2012-05-15 18:52:09 +00:00
armreg.dat
armtab.inc
cgcpu.pas Optimize 8/16 OP_NOT on ARM 2012-06-20 12:39:09 +00:00
cpubase.pas Introduce split_into_shifter_const to ARM-Code Generator 2012-06-18 16:59:19 +00:00
cpuinfo.pas
cpunode.pas + take advantage of the mla instruction when calculating array offsets 2012-05-23 20:48:26 +00:00
cpupara.pas
cpupi.pas * moved definition of maxcpuregister and tcpuregisterset from cgbase to 2012-06-15 18:24:35 +00:00
cputarg.pas
hlcgcpu.pas
itcpugas.pas
narmadd.pas
narmcal.pas
narmcnv.pas * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for 2012-05-13 12:33:10 +00:00
narmcon.pas
narminl.pas
narmmat.pas * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for 2012-05-13 12:33:10 +00:00
narmmem.pas + take advantage of the mla instruction when calculating array offsets 2012-05-23 20:48:26 +00:00
narmset.pas
pp.lpi.template
raarm.pas
raarmgas.pas * moved definition of maxcpuregister and tcpuregisterset from cgbase to 2012-06-15 18:24:35 +00:00
rarmcon.inc
rarmdwa.inc
rarmnor.inc
rarmnum.inc
rarmrni.inc
rarmsri.inc
rarmsta.inc
rarmstd.inc
rarmsup.inc
rgcpu.pas + add for MLA the same register interferences as for MUL 2012-05-24 19:14:58 +00:00