fpc/compiler/m68k
Jonas Maebe 9938169d2c * don't use the paracgsize in get_paraloc_def(), because it generally
contains the tcgsize of the entire parameter rather than only of
    what is left (-> calculate it from the remaining parameter length)

git-svn-id: trunk@24776 -
2013-06-02 14:05:07 +00:00
..
aasmcpu.pas Fix comparisons (aka usage of flag/CCR register) 2013-01-14 20:31:15 +00:00
ag68kgas.pas Use GasCpuTypeStr array: GAS uses different names for cpu variants 2012-12-18 15:04:57 +00:00
aoptcpu.pas
aoptcpub.pas * RefsHaveIndexReg -> cpurefshaveindexreg 2012-03-10 19:43:52 +00:00
aoptcpud.pas
cgcpu.pas Fix passing of Doubles on m68k processors that don't have FPU support. 2013-02-12 11:04:20 +00:00
cpuasm.pas
cpubase.pas Use TRegNameTable instead of array[tregisterindex] of string[10] 2012-10-22 10:23:21 +00:00
cpuinfo.pas New GasCpuTypeStr array: GAS uses different names for cpu variants 2012-12-18 15:00:38 +00:00
cpunode.pas
cpupara.pas * don't use the paracgsize in get_paraloc_def(), because it generally 2013-06-02 14:05:07 +00:00
cpupi.pas Use the correct frame pointer register: A6 on Unixes and A5 on everything else. The only 2012-10-18 20:11:49 +00:00
cputarg.pas Add debugging generation ability for m68k compiler 2012-12-18 15:57:40 +00:00
hlcgcpu.pas * create/destroy also the high level code generator for all architectures, 2011-08-20 07:21:16 +00:00
itcpugas.pas
m68kreg.dat
n68kadd.pas * renamed thlcgobj.tcgsize2orddef to defutil.cgsize_orddef 2013-06-01 18:28:15 +00:00
n68kcal.pas * small typo corrections by Adriaan Van Os (mantis #15652) 2010-02-02 10:41:38 +00:00
n68kcnv.pas Also handle fpu_soft 2012-12-18 15:06:24 +00:00
n68kmat.pas m68k/n68kmat.pas, tm68kshlshrnode.first_shlshr64bitint: 2013-01-13 19:33:23 +00:00
r68kcon.inc
r68kgas.inc
r68kgri.inc
r68knor.inc
r68knum.inc
r68krni.inc
r68ksri.inc
r68ksta.inc
r68kstd.inc
r68ksup.inc
ra68k.pas
ra68kmot.pas - Removed ConcatPasString procedure, it duplicates ConcatString (it the past they probably used to differ, but today both preserve null characters). 2013-02-25 22:09:39 +00:00
rgcpu.pas