fpc/compiler/x86
Jonas Maebe d452686c39 * moved pbestrealtype from symdef to symcpu
git-svn-id: trunk@27441 -
2014-04-01 21:41:37 +00:00
..
aasmcpu.pas + prove of concept how FMA4 could be supported in inline assembler 2014-03-20 21:25:38 +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 * declare the group dgroup even in i8086 far data memory models 2014-03-29 19:35:54 +00:00
cga.pas
cgx86.pas * fixed Tcgx86.g_concatcopy not using the correct push instruction size when 2014-03-30 18:09:15 +00:00
cpubase.pas + support compact, large and huge memory models in x86/cpubase.segment_regs_equal() 2014-03-30 19:36:21 +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 * tx86addnode.second_cmpfloatsse and tx86addnode.second_cmpfloatavx are identical except instruction opcodes -> merged into second_cmpfloatvector, cleaned up, and allowed constant operands at both sides. 2014-03-28 09:04:28 +00:00
nx86cal.pas * a_call_ref functionality cannot be implemented efficiently at code generator level, because references need specific preparations at earlier points. Moved this support to tcgcallnode and its x86 descendants, and got rid of all ifdef's around. 2014-02-03 13:28:56 +00:00
nx86cnv.pas * x86: improve x87 qword to float conversion, using single-precision constants saves space and removes need in separate load on FPU stack. No precision loss occurs because 2**64 is representable exactly even in single precision. 2014-03-03 20:41:42 +00:00
nx86con.pas
nx86inl.pas * moved pbestrealtype from symdef to symcpu 2014-04-01 21:41:37 +00:00
nx86mat.pas * create shorter code for -<single/double> when generating avx code 2014-03-29 19:35:41 +00:00
nx86mem.pas * moved x86-specific tpointerdef functionality to architecture-specific 2014-03-30 21:04:36 +00:00
nx86set.pas * Use GOT-relative constants for i386 PIC jump tables, they don't need runtime relocations. Now almost ABI-compliant on Linux/BSD (Darwin targets unchanged). Also clean up i8086-specific stuff: using tai_const.create_type_sym(aitconst_ptr,...) generates near pointers on i8086, which is the desired goal. 2014-03-03 21:06:49 +00:00
rax86.pas * merged avx2 branch, developed by Torsten Grundke 2014-03-20 12:03:52 +00:00
rax86att.pas
rax86int.pas * x86: Cleaned out addr_far,addr_far_ref used to encode far calls/jumps. NASM (and FPC x86 assembler based on it) already have opsize=S_FAR for this purpose. 2014-03-08 22:54:43 +00:00
rgx86.pas * do not allow VCOMISD/VCOMISS to use a memory location as target 2014-02-14 21:26:51 +00:00
symi86.pas * isolated segment-related functionality of tabsolutevarsym into i386/i8086- 2014-03-30 15:42:53 +00:00
symx86.pas + symx86 unit, forgot to commit (part of r27397) 2014-03-30 22:03:55 +00:00
x86ins.dat + prove of concept how FMA4 could be supported in inline assembler 2014-03-20 21:25:38 +00:00
x86reg.dat