fpc/compiler/m68k
Jonas Maebe 74a49b5f91 * restructured the the TExternalAssembler constructors so that the
hack for the Jasmin descendent is no longer needed

git-svn-id: trunk@34852 -
2016-11-09 19:51:20 +00:00
..
aasmcpu.pas m68k: support register pair operands in assembler reader and writer, as used by some instructions (mainly DIVS/DIVU and friends) so we don't have to hack them as three operand instructions 2016-11-05 17:07:18 +00:00
ag68kgas.pas * restructured the the TExternalAssembler constructors so that the 2016-11-09 19:51:20 +00:00
ag68kvasm.pas * restructured the the TExternalAssembler constructors so that the 2016-11-09 19:51:20 +00:00
aoptcpu.pas m68k: on a '000, optimize CLR.L Dx to MOVEQ #0,Dx which is slightly faster 2016-10-23 23:10:39 +00:00
aoptcpub.pas
aoptcpud.pas
cgcpu.pas m68k: enabled the mul to shift+sub/add optimizations for 68000 2016-10-23 23:46:32 +00:00
cpubase.pas m68k: fixed and enabled hardware mod/div support for coldfire, also it no longer depends on cpu family but cpu capability 2016-05-26 16:54:39 +00:00
cpuinfo.pas m68k: added division/remainder cpu capabilities 2016-05-26 14:41:00 +00:00
cpunode.pas * automatically generate necessary indirect symbols when a new assembler 2016-07-20 20:53:03 +00:00
cpupara.pas m68k: introduce a register calling convention, inspired by VBCC. volatile registers are used to pass arguments 2016-11-06 18:00:29 +00:00
cpupi.pas
cputarg.pas m68k: added a simple VASM writer frontend for the GNU AS writer (as VASM has a compatiblity mode) 2016-05-29 15:52:43 +00:00
hlcgcpu.pas - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): 2016-08-05 07:09:16 +00:00
itcpugas.pas m68k: fixed and enabled hardware mod/div support for coldfire, also it no longer depends on cpu family but cpu capability 2016-05-26 16:54:39 +00:00
m68kreg.dat
n68kadd.pas * Delete regvars unit. 2016-11-06 14:01:39 +00:00
n68kcal.pas * Delete regvars unit. 2016-11-06 14:01:39 +00:00
n68kcnv.pas m68k: unaligned handling for math and typeconv nodes 2016-05-29 18:48:24 +00:00
n68kinl.pas
n68kmat.pas m68k: review and some cleanup of the shlshrnode, also add a special case for shifting 64bit values by 1 2016-10-23 16:46:34 +00:00
n68kmem.pas
n68kset.pas
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 m68k: cleanup of the BuildRefExpression method in the assembler reader 2016-11-05 19:58:06 +00:00
rgcpu.pas
symcpu.pas