fpc/compiler/m68k
2016-05-19 21:33:45 +00:00
..
aasmcpu.pas m68k: initial asm-level infrastructure to let the codegenerator output float consts as operands, which is supported on 88x/040/060 2016-05-10 13:47:46 +00:00
ag68kgas.pas m68k: initial asm-level infrastructure to let the codegenerator output float consts as operands, which is supported on 88x/040/060 2016-05-10 13:47:46 +00:00
aoptcpu.pas m68k: use inlined realconsts also during normal float calculations on '881/040/060. also optimize them where possible 2016-05-10 18:19:41 +00:00
aoptcpub.pas
aoptcpud.pas
cgcpu.pas m68k: utilize MVS and MVZ instructions to load values from references with zero/sign extend when they're available 2016-05-05 23:55:50 +00:00
cpubase.pas
cpuinfo.pas m68k: added Coldfire CPU capability MVS/MVZ instructions. also fixed CFv4e capabilities 2016-05-05 23:54:37 +00:00
cpunode.pas m68k: implemented tcpucasenode.genlinearlist. 68k doesn't need cmp after sub, as sub sets the flags as expected. results in simpler, faster and more compact code 2016-05-19 21:33:45 +00:00
cpupara.pas
cpupi.pas
cputarg.pas
hlcgcpu.pas
itcpugas.pas
m68kreg.dat
n68kadd.pas m68k: use inlined realconsts also during normal float calculations on '881/040/060. also optimize them where possible 2016-05-10 18:19:41 +00:00
n68kcal.pas
n68kcnv.pas
n68kinl.pas
n68kmat.pas
n68kmem.pas m68k: if we have a symbol in the location reference, that will be base, so try to insert an index register instead, reduces the amount of data->address register shuffling in the generated code 2016-05-03 23:55:27 +00:00
n68kset.pas m68k: implemented tcpucasenode.genlinearlist. 68k doesn't need cmp after sub, as sub sets the flags as expected. results in simpler, faster and more compact code 2016-05-19 21:33:45 +00:00
r68kbss.inc
r68kcon.inc
r68kgas.inc
r68kgri.inc
r68knor.inc
r68knum.inc
r68krni.inc
r68ksri.inc
r68ksta.inc
r68kstd.inc
r68ksup.inc
ra68k.pas
ra68kmot.pas
rgcpu.pas
symcpu.pas