fpc/compiler/i8086
2013-05-31 17:13:38 +00:00
..
aoptcpu.pas + enable jump optimizer for i8086 2013-05-01 13:54:13 +00:00
aoptcpub.pas + enable jump optimizer for i8086 2013-05-01 13:54:13 +00:00
aoptcpud.pas + enable jump optimizer for i8086 2013-05-01 13:54:13 +00:00
cgcpu.pas + optimized implementation of 32-bit OP_SHL,OP_SHR and OP_SAR in tcg8086.a_op_const_reg 2013-05-31 11:03:36 +00:00
cpubase.inc -rm BX from i8086's saved_stadard_registers array, as it interferes with returning int64 in ax:bx:cx:dx and it shouldn't be saved anyway 2013-05-14 22:32:02 +00:00
cpuinfo.pas
cpunode.pas * i8086 specific code from tcgpointerconstnode.pass_generate_code moved to an i8086 specific overriden method 2013-05-24 17:16:55 +00:00
cpupara.pas * refactored the int64 result passing in ax:bx:cx:dx to use 4 paralocs, instead of the GetNextReg hack 2013-05-19 12:50:15 +00:00
cpupi.pas - rm ti8086procinfo.allocate_got_register as it isn't used on the i8086 2013-04-14 14:35:51 +00:00
cputarg.pas all the extra i8086 units added 2013-03-08 00:04:45 +00:00
hlcgcpu.pas all the extra i8086 units added 2013-03-08 00:04:45 +00:00
i8086att.inc * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc 2013-04-12 12:06:28 +00:00
i8086atts.inc * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc 2013-04-12 12:06:28 +00:00
i8086int.inc * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc 2013-04-12 12:06:28 +00:00
i8086nop.inc * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc 2013-04-12 12:06:28 +00:00
i8086op.inc * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc 2013-04-12 12:06:28 +00:00
i8086prop.inc * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc 2013-04-12 12:06:28 +00:00
i8086tab.inc * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc 2013-04-12 12:06:28 +00:00
n8086add.pas * fixed an opsize bug in ti8086addnode.second_add64bit, which caused 32-bit instructions to be emitted 2013-05-31 17:13:38 +00:00
n8086cal.pas + added n8086cal.pas, based on n386cal.pas; this pulls in nx86cal.pas as well and fixes compilation of the system unit on i8086 after the merge of the i8086 branch to trunk 2013-04-26 20:19:57 +00:00
n8086con.pas * i8086 specific code from tcgpointerconstnode.pass_generate_code moved to an i8086 specific overriden method 2013-05-24 17:16:55 +00:00
n8086inl.pas - removed ti8086inlinenode.second_round_real, second_trunc_real and load_fpu_location as they mostly repeat the code in tx86inlinenode.load_fpu_location; tx86inlinenode.load_fpu_location adapted for i8086 instead 2013-04-14 14:25:22 +00:00
n8086mat.pas + implemented 64-bit shl and shr for i8086 2013-03-17 02:11:25 +00:00
n8086mem.pas + initial (and not yet fully complete) implementation of far pointers on the i8086 2013-05-22 16:26:33 +00:00
r8086ari.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
r8086att.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
r8086con.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
r8086dwrf.inc * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc 2013-04-12 12:06:28 +00:00
r8086int.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
r8086iri.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
r8086nasm.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
r8086nor.inc * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc 2013-04-12 12:06:28 +00:00
r8086nri.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
r8086num.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
r8086op.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
r8086ot.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
r8086rni.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
r8086sri.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
r8086stab.inc * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc 2013-04-12 12:06:28 +00:00
r8086std.inc * register id of (e)flags changed, so it doesn't overlap with dr0 2013-05-30 16:40:59 +00:00
ra8086att.pas all the extra i8086 units added 2013-03-08 00:04:45 +00:00
ra8086int.pas all the extra i8086 units added 2013-03-08 00:04:45 +00:00
rgcpu.pas + trgintcpu.add_cpu_interferences for i8086 so references are properly build 2013-03-10 18:51:42 +00:00