fpc/compiler/x86
nickysn 9b560ffd64 * x86 intel syntax inline asm: allow a segment override (segcs,segds,seges,etc.)
to be followed by an instruction on the same line as the override

git-svn-id: trunk@28066 -
2014-06-25 21:06:19 +00:00
..
aasmcpu.pas * Put under {$ifndef x86_64} more cases of instructions that do not exist in 64-bit mode. 2014-06-11 12:51:38 +00:00
agx86att.pas
agx86int.pas + create a special 'heap' segment with reserved space equal to heapsize (i.e. 2014-06-19 14:14:01 +00:00
agx86nsm.pas * don't add the stack segment declaration at the beginning of each object file 2014-06-21 10:41:57 +00:00
cga.pas + support for FMA intrinsic: if there is no hardware support, the compiler throws an error. 2014-04-13 19:21:54 +00:00
cgx86.pas * tcgx86.a_op_const_reg_reg: optimize trivial cases before considering more complex ones. 2014-06-08 00:08:56 +00:00
cpubase.pas + Implemented IEEE 754-compliant checking for unordered results of floating-point compares on x86 targets. Mantis #9362. 2014-04-14 12:36:11 +00:00
hlcgx86.pas
itcpugas.pas
itx86int.pas
ni86mem.pas * isolated segment-related functionality of tabsolutevarsym into i386/i8086- 2014-03-30 15:42:53 +00:00
nx86add.pas * i386: For integer comparisons with zero, emit "test $-1,%reg" instead of "test %reg,%reg". It is more spilling-friendly, because it transforms into "test $-1,spilltemp" and does not require a register. 2014-04-20 19:16:58 +00:00
nx86cal.pas
nx86cnv.pas
nx86con.pas
nx86inl.pas + make use of vfnmsub*/vfmsub*/vfnmadd* instructions if possible 2014-05-02 21:07:46 +00:00
nx86mat.pas * One more fix of operand size, likely harmless because shift amount is taken modulo bit-width anyway. 2014-06-14 13:31:48 +00:00
nx86mem.pas * preserve the segment of the reference in tx86vecnode.update_reference_reg_mul 2014-04-05 14:46:35 +00:00
nx86set.pas
rax86.pas
rax86att.pas
rax86int.pas * x86 intel syntax inline asm: allow a segment override (segcs,segds,seges,etc.) 2014-06-25 21:06:19 +00:00
rgx86.pas * Put under {$ifndef x86_64} more cases of instructions that do not exist in 64-bit mode. 2014-06-11 12:51:38 +00:00
symi86.pas * i8086 and i386-specific code from tabstractprocdef.is_pushleftright moved to 2014-04-12 15:34:08 +00:00
symx86.pas + symx86 unit, forgot to commit (part of r27397) 2014-03-30 22:03:55 +00:00
x86ins.dat
x86reg.dat