fpc/compiler/i386
Jonas Maebe 188677ea91 * fixed the offset of memory parameters allocated via getintparaloc():
the register parameters are not put on the stack, so don't count them
    (only makes a practical difference for fixed stack targets, fixes
     random crashes with webtbs/tw3870 on Darwin/i386)

git-svn-id: trunk@20499 -
2012-03-10 18:01:22 +00:00
..
aopt386.pas
cgcpu.pas
cpubase.inc
cpuinfo.pas
cpunode.pas
cpupara.pas * fixed the offset of memory parameters allocated via getintparaloc(): 2012-03-10 18:01:22 +00:00
cpupi.pas
cputarg.pas
csopt386.pas
daopt386.pas
i386att.inc
i386atts.inc
i386int.inc
i386nop.inc
i386op.inc
i386prop.inc
i386tab.inc
n386add.pas
n386cal.pas
n386inl.pas
n386mat.pas
n386mem.pas * Made the x86-specific scalefactor optimization of tvecnode available on x86_64 as well, by moving update_reference_reg_mul method from ti386vecnode to newly introduced tx86vecnode. 2011-09-26 12:58:59 +00:00
n386set.pas * Moved procedure genlinearlist from ti386casenode to tx86casenode. This optimization works well on x86_64, resulting in approximately twice less instructions than when using generic code. 2011-10-04 11:48:33 +00:00
popt386.pas
r386ari.inc
r386att.inc
r386con.inc
r386dwrf.inc
r386int.inc
r386iri.inc
r386nasm.inc
r386nor.inc
r386nri.inc
r386num.inc
r386op.inc
r386ot.inc
r386rni.inc
r386sri.inc
r386stab.inc
r386std.inc
ra386att.pas
ra386int.pas
rgcpu.pas
rropt386.pas