fpc/compiler/m68k
2020-05-08 21:06:59 +00:00
..
aasmcpu.pas m68k: added some handling for the explicit precision FPU instructions in the spilling and optimizer. fixed a_fsabs and a_fdabs names 2019-09-08 09:21:17 +00:00
ag68kgas.pas m68k: migrate the compiler to the new instruction tables and drop the old ones 2020-05-08 12:33:04 +00:00
ag68kvasm.pas + introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSymbolChars that limits the 2020-04-25 12:59:25 +00:00
aoptcpu.pas m68k: preparations for upcoming full instruction tables, mostly converting code away from using sets of opcodes 2020-05-07 23:30:13 +00:00
aoptcpub.pas Avoid warnings for m68k compiler 2019-11-05 10:00:48 +00:00
aoptcpud.pas
cgcpu.pas m68k: preparations for upcoming full instruction tables, mostly converting code away from using sets of opcodes 2020-05-07 23:30:13 +00:00
cpubase.pas m68k: migrate the compiler to the new instruction tables and drop the old ones 2020-05-08 12:33:04 +00:00
cpuinfo.pas * disable cs_opt_regvar on all platforms when compiled for LLVM (LLVM does 2020-01-29 22:21:07 +00:00
cpunode.pas
cpupara.pas Avoid warnings for m68k compiler 2019-11-05 10:00:48 +00:00
cpupi.pas
cputarg.pas
hlcgcpu.pas
itcpugas.pas m68k: migrate the compiler to the new instruction tables and drop the old ones 2020-05-08 12:33:04 +00:00
m68kins.dat m68k: added a full instruction table (minus CF MAC/EMAC instructions for now), based on vasm, and the required tool to process it 2020-05-08 12:05:11 +00:00
m68knop.inc m68k: add the converted includes, based on m68kins.dat 2020-05-08 12:11:13 +00:00
m68kop.inc m68k: add the converted includes, based on m68kins.dat 2020-05-08 12:11:13 +00:00
m68kreg.dat m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
m68kstd.inc m68k: add the converted includes, based on m68kins.dat 2020-05-08 12:11:13 +00:00
m68ktab.inc m68k: fixed instruction code formatting in the generated include 2020-05-08 21:06:59 +00:00
n68kadd.pas Avoid warnings for m68k compiler 2019-11-05 10:00:48 +00:00
n68kcal.pas
n68kcnv.pas
n68kinl.pas m68k: have an arch-specific second_length implementation, to make sure length() doesn't return its result in an address register 2020-05-01 12:06:43 +00:00
n68kmat.pas
n68kmem.pas m68k: allow vecnode to use word size index registers 2019-09-20 11:37:18 +00:00
n68kset.pas
r68kbss.inc
r68kcon.inc m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
r68kgas.inc m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
r68kgasf.inc m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
r68kgri.inc m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
r68knor.inc m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
r68knum.inc m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
r68krni.inc m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
r68ksri.inc m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
r68ksta.inc m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
r68kstd.inc m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
r68kstdf.inc m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
r68ksup.inc m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +00:00
ra68k.pas
ra68kmot.pas m68k: preparations for upcoming full instruction tables, mostly converting code away from using sets of opcodes 2020-05-07 23:30:13 +00:00
rgcpu.pas m68k: preparations for upcoming full instruction tables, mostly converting code away from using sets of opcodes 2020-05-07 23:30:13 +00:00
symcpu.pas