fpc/compiler/m68k
2021-12-13 16:14:59 +01:00
..
aasmcpu.pas
ag68kgas.pas m68k: write inline floating point immediates as hex consts, instead of scientific notation. the scientific notation format parsing depends on the libc the assembler was linked against, which can lead to varying results and compile errors 2021-02-08 05:01:45 +00:00
ag68kvasm.pas m68k: fixed a comment. no functional change 2021-04-27 06:25:13 +00:00
aoptcpu.pas m68k: do not optimize away fmove fpureg0, intreg0; fmove intreg0; fpureg0; constructs, they're used for rounding to single on FPUs with no resultprecision encoding 2021-01-25 00:12:53 +00:00
aoptcpub.pas
aoptcpud.pas
cgcpu.pas m68k: fix a_loadfpu_ref_reg to call a_loadfpu_reg_reg instead of a_load_reg_reg. made a_loadfpu_reg_reg internalerror on invalid target sizes when loading to a different reg size 2021-02-08 04:12:21 +00:00
cpubase.pas m68k: added support to references like (a0,d0.w) in inline assembly, also fixed a bug, where sometimes the index register would have been randomly set as smaller than .l size, when the size wasn't specified 2021-04-19 09:13:02 +00:00
cpuinfo.pas * cleanup of 2.7.0 defines 2021-10-31 13:20:28 +01:00
cpunode.pas m68k: on the Sinclair QL insert the main program's name into the object, so the RTL later can set it as default job name 2021-04-12 11:51:12 +00:00
cpupara.pas * cleanup of VER3_0 defines 2021-11-17 22:19:57 +01:00
cpupi.pas
cputarg.pas
hlcgcpu.pas
itcpugas.pas
m68kins.dat
m68knop.inc
m68kop.inc
m68kreg.dat
m68kstd.inc
m68ktab.inc
n68kadd.pas m68k: do not use OS_NO for FPU locations, but properly promote location sizes into the CG 2021-02-08 04:07:04 +00:00
n68kcal.pas
n68kcnv.pas
n68kinl.pas m68k: do not use OS_NO for FPU locations, but properly promote location sizes into the CG 2021-02-08 04:07:04 +00:00
n68kmat.pas
n68kmem.pas m68k: removed some helper function which was added, but in the end it never saw any use 2021-02-24 09:10:40 +00:00
n68kset.pas
n68kutil.pas m68k: on the Sinclair QL insert the main program's name into the object, so the RTL later can set it as default job name 2021-04-12 11:51:12 +00:00
r68kbss.inc
r68kcon.inc
r68kgas.inc
r68kgasf.inc
r68kgri.inc m68k: added support to references like (a0,d0.w) in inline assembly, also fixed a bug, where sometimes the index register would have been randomly set as smaller than .l size, when the size wasn't specified 2021-04-19 09:13:02 +00:00
r68knor.inc
r68knum.inc
r68krni.inc
r68ksri.inc m68k: added support to references like (a0,d0.w) in inline assembly, also fixed a bug, where sometimes the index register would have been randomly set as smaller than .l size, when the size wasn't specified 2021-04-19 09:13:02 +00:00
r68ksta.inc
r68kstd.inc
r68kstdf.inc
r68ksup.inc
ra68k.pas
ra68kmot.pas m68k: added support to references like (a0,d0.w) in inline assembly, also fixed a bug, where sometimes the index register would have been randomly set as smaller than .l size, when the size wasn't specified 2021-04-19 09:13:02 +00:00
rgcpu.pas * fix m68k IE after e9acd759, patch by Yuriy Sydorov 2021-12-13 16:14:59 +01:00
symcpu.pas
tripletcpu.pas