fpc/compiler/x86
2014-01-22 15:00:34 +00:00
..
aasmcpu.pas * more fixes to the 3-op IMUL spilling: 2014-01-18 21:46:13 +00:00
agx86att.pas Separate out nasm assembler for i8086, i386 and x86_64 cpus, also separte based on target object format 2014-01-21 00:26:08 +00:00
agx86int.pas Separate out nasm assembler for i8086, i386 and x86_64 cpus, also separte based on target object format 2014-01-21 00:26:08 +00:00
agx86nsm.pas Separate out nasm assembler for i8086, i386 and x86_64 cpus, also separte based on target object format 2014-01-21 00:26:08 +00:00
cga.pas
cgx86.pas + added a size parameter to optimize_op_const and do a sign extension of the 'a' parameter up from the specified size, so that things like (i and $ffffffff) get optimized away the same way as (i and -1) 2014-01-22 15:00:34 +00:00
cpubase.pas - rm FDISI,FENI,FSAVE,FSTCW,FSTENV and FSTSW from the requires_fwait_on_8087() 2013-12-03 23:56:45 +00:00
hlcgx86.pas
itcpugas.pas
itx86int.pas
nx86add.pas * x86 compares: compare references with constants directly (without loading to register) if possible, this helps to reduce register pressure. 2014-01-17 19:42:09 +00:00
nx86cal.pas
nx86cnv.pas
nx86con.pas
nx86inl.pas + proper (i.e. not broken) implementation of arctan() for the 8087 and 80287 2013-12-12 23:46:51 +00:00
nx86mat.pas * fixed not(boolean32) and not(boolean64) on i8086 2014-01-03 15:18:07 +00:00
nx86mem.pas * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables 2013-12-01 17:02:08 +00:00
nx86set.pas * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables 2013-12-01 17:02:08 +00:00
rax86.pas * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables 2013-12-01 17:02:08 +00:00
rax86att.pas
rax86int.pas
rgx86.pas * more fixes to the 3-op IMUL spilling: 2014-01-18 21:46:13 +00:00
x86ins.dat + tzcnt assembler instruction 2014-01-18 12:11:50 +00:00
x86reg.dat