fpc/compiler/m68k
Károly Balogh b398430b4c * get_volatile_registers* now defines proper volatile register range for all cases using the pre-defined values
* removed the two huge and ugly case switches while parsing Amiga-specific paralocs, using a simple unified function now

git-svn-id: trunk@26466 -
2014-01-15 02:49:03 +00:00
..
aasmcpu.pas fixed spilling operation type for A_LEA, fixes test tb0112 to compile, but still fails to run 2013-10-11 02:03:48 +00:00
ag68kgas.pas fix a bogus R_INTREGISTER to be R_ADDRESSREGISTER in getopstr() 2013-10-10 22:24:56 +00:00
aoptcpu.pas
aoptcpub.pas
aoptcpud.pas
cgcpu.pas disabled a_loadaddr_ref_cgpara() for m68k, this code was copy-pasted from x86 probably and could never work properly as it is 2014-01-15 01:27:02 +00:00
cpuasm.pas
cpubase.pas be consistent in naming. renamed VOLATILE_ADDRESSREGISTER to VOLATILE_ADDRESSREGISTERS 2014-01-15 01:31:41 +00:00
cpuinfo.pas added 68040 CPU type, MOVE16 and ColdFire V4 extra instructions 2013-10-10 22:01:58 +00:00
cpunode.pas
cpupara.pas * get_volatile_registers* now defines proper volatile register range for all cases using the pre-defined values 2014-01-15 02:49:03 +00:00
cpupi.pas
cputarg.pas * restores atari support/rtl partially 2013-10-06 19:36:59 +00:00
hlcgcpu.pas
itcpugas.pas add string version of the new instructions to the right place. removed one more duplicate table. 2013-10-10 22:12:40 +00:00
m68kreg.dat
n68kadd.pas Fix the last failing tcnvint test (plus another one) by using comparisons that are not necessarily 32-bit. 2013-10-03 11:59:25 +00:00
n68kcal.pas
n68kcnv.pas better version of the ColdFire TST.L 123(dX) fix, fixes regressions in tcnvint1 and 2 2013-10-05 16:52:39 +00:00
n68kmat.pas handle more locations in tm68knotnode, fixes several tests failing to compile with 200203223 2013-10-11 02:51: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 * fix handling of register sets on m68k: it is required that they are stored as two tcpuregistersets because address registers and data registers have different register types 2013-10-09 18:15:06 +00:00
rgcpu.pas