fpc/compiler/i386
florian f576b0c01b * make use of xor reg,reg by generating it directly instead of hoping for the peephole
optimizer which cannot do this properly due to missing information about flags. By doing
  so the size of the compiler executable gets reduced by ~1 %

git-svn-id: trunk@33524 -
2016-04-15 19:27:22 +00:00
..
aopt386.pas
cgcpu.pas Extend the x86 targets by the ability to handle indirect symbols. 2016-03-18 21:45:41 +00:00
cpubase.inc
cpuelf.pas
cpuinfo.pas + added 486 to the list of supported CPUs on the i8086 and i386 targets 2016-03-23 15:07:56 +00:00
cpunode.pas
cpupara.pas
cpupi.pas
cputarg.pas
daopt386.pas
hlcgcpu.pas * Fixed calling of external procs for i386 non-darwin targets when PIC is enabled. 2015-11-26 17:04:55 +00:00
i386att.inc + support xgetbv instruction, resolves issue #29958 2016-04-03 20:53:10 +00:00
i386atts.inc + support xgetbv instruction, resolves issue #29958 2016-04-03 20:53:10 +00:00
i386int.inc + support xgetbv instruction, resolves issue #29958 2016-04-03 20:53:10 +00:00
i386nop.inc + support xgetbv instruction, resolves issue #29958 2016-04-03 20:53:10 +00:00
i386op.inc + support xgetbv instruction, resolves issue #29958 2016-04-03 20:53:10 +00:00
i386prop.inc + support xgetbv instruction, resolves issue #29958 2016-04-03 20:53:10 +00:00
i386tab.inc + support xgetbv instruction, resolves issue #29958 2016-04-03 20:53:10 +00:00
n386add.pas
n386cal.pas * re-read the libbase already pushed on the stack for AROS syscalls, instead of trying to re-resolve it. should fix threadvar libbases on AROS. 2016-04-08 22:42:29 +00:00
n386flw.pas
n386inl.pas
n386ld.pas
n386mat.pas
n386mem.pas
n386set.pas
popt386.pas * make use of xor reg,reg by generating it directly instead of hoping for the peephole 2016-04-15 19:27:22 +00:00
r386ari.inc
r386att.inc
r386con.inc
r386dwrf.inc
r386int.inc
r386iri.inc
r386nasm.inc
r386nor.inc
r386nri.inc
r386num.inc
r386ot.inc
r386rni.inc
r386sri.inc
r386stab.inc
r386std.inc
ra386att.pas
ra386int.pas
rgcpu.pas
symcpu.pas