fpc/compiler/i386
2012-09-02 14:32:21 +00:00
..
aopt386.pas
cgcpu.pas * removed systems_need_16_byte_stack_alignment and use target_info.stackalign instead 2012-09-02 14:32:21 +00:00
cpubase.inc * the switch -Oouseebp allows the i386 compiler to use ebp as normal register 2012-07-15 19:23:36 +00:00
cpuelf.pas * Split most CPU-specific code from ogelf.pas into newly created cpuelf.pas units in CPU subdirectories. 2012-08-23 11:49:49 +00:00
cpuinfo.pas * -O4 switch for optimizations which are correct but which might have unexpected effects 2012-08-09 18:58:54 +00:00
cpunode.pas
cpupara.pas * on i386-win32 when using stdcall calling conventions, records with a size of 1,2 and 4 are returned in al/ax/eax now, resolves #22675 2012-08-20 16:57:53 +00:00
cpupi.pas * removed systems_need_16_byte_stack_alignment and use target_info.stackalign instead 2012-09-02 14:32:21 +00:00
cputarg.pas * Split most CPU-specific code from ogelf.pas into newly created cpuelf.pas units in CPU subdirectories. 2012-08-23 11:49:49 +00:00
csopt386.pas
daopt386.pas o patch by Alexander Shishkin, resolves #20409 2011-10-05 20:11:09 +00:00
hlcgcpu.pas * fixed compilation for i386/m68k after r21878/21879 2012-07-11 17:41:18 +00:00
i386att.inc
i386atts.inc
i386int.inc
i386nop.inc * handle all operand combinations of xadd, resolves #21146 2012-01-25 21:26:59 +00:00
i386op.inc
i386prop.inc
i386tab.inc * handle all operand combinations of xadd, resolves #21146 2012-01-25 21:26:59 +00:00
n386add.pas - removed unneeded firstcomplex calls, pass_left_right calls already firstcomplex 2012-07-21 07:09:06 +00:00
n386cal.pas
n386inl.pas
n386mat.pas * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for 2012-05-13 12:33:10 +00:00
n386mem.pas
n386set.pas * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
popt386.pas * mov x, %treg; mov %treg, y might be only optimized if y does not use treg 2012-08-05 17:48:28 +00:00
r386ari.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
r386att.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
r386con.inc * use a different register constant for EIP and RIP (fixes external 2012-08-24 18:49:17 +00:00
r386dwrf.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
r386int.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
r386iri.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
r386nasm.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
r386nor.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
r386nri.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
r386num.inc * use a different register constant for EIP and RIP (fixes external 2012-08-24 18:49:17 +00:00
r386op.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
r386ot.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
r386rni.inc * use a different register constant for EIP and RIP (fixes external 2012-08-24 18:49:17 +00:00
r386sri.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
r386stab.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
r386std.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
ra386att.pas
ra386int.pas
rgcpu.pas
rropt386.pas