fpc/compiler/x86
nickysn c061a98e93 * made the i8086 internal assembler cpu instruction set checking follow the
asd_cpu directive (and thus, respect the {$asmcpu XXX} directive)

git-svn-id: trunk@33141 -
2016-03-02 01:03:52 +00:00
..
aasmcpu.pas * made the i8086 internal assembler cpu instruction set checking follow the 2016-03-02 01:03:52 +00:00
agx86att.pas Added x86_64-embedded target. Patch from Benjamin Rosseaux 2016-02-14 10:57:00 +00:00
agx86int.pas + added new asm directive 'asd_cpu' (specifies the CPU's instruction set) in the 2016-02-25 21:47:13 +00:00
agx86nsm.pas * base the CPU name, written in the beginning of each NASM assembler file on the 2016-03-01 00:45:51 +00:00
aoptx86.pas
cga.pas
cgx86.pas * x86: Don't save/restore integer registers that are volatile per calling convention of current procedure. It implies that nothing will be saved for procedures with OLDFPCCALL, FAR16 and PASCAL and calling conventions. OLDFPCCALL restores behavior that was in effect before r25224. 2015-11-27 05:48:49 +00:00
cpubase.pas * Reuse binary search routine from rgbase.pas to look up AT&T register names, removes need in regnumber_count_bsstart constant. Resolves #29471. 2016-02-09 16:48:32 +00:00
hlcgx86.pas
itcpugas.pas * Reuse binary search routine from rgbase.pas to look up AT&T register names, removes need in regnumber_count_bsstart constant. Resolves #29471. 2016-02-09 16:48:32 +00:00
itx86int.pas
ni86mem.pas
nx86add.pas * converted register_maybe_adjust_setbase() to the high level code generator 2015-12-05 18:03:37 +00:00
nx86cal.pas
nx86cnv.pas
nx86con.pas
nx86inl.pas * converted register_maybe_adjust_setbase() to the high level code generator 2015-12-05 18:03:37 +00:00
nx86ld.pas
nx86mat.pas
nx86mem.pas
nx86set.pas * converted register_maybe_adjust_setbase() to the high level code generator 2015-12-05 18:03:37 +00:00
rax86.pas * allow 32-bit operand sizes in the i8086 version of Tx86Operand.SetSize, so 2016-01-06 18:06:34 +00:00
rax86att.pas
rax86int.pas * Replaced hacks with resetting 'c' to zero and decreasing inputpointer by boolean parameter to skipcomment and skipoldtpcomment. This parameter specifies whether first character of comment should be read. 2016-01-03 17:07:15 +00:00
rgx86.pas
symi86.pas
symx86.pas
x86ins.dat * the SEGFS and SEGGS prefixes are 386+ 2016-01-11 15:51:40 +00:00
x86reg.dat