fpc/compiler/i386
florian 9e307f5c3a - removed code not used for years
git-svn-id: trunk@43575 -
2019-11-24 19:50:27 +00:00
..
aoptcpu.pas - removed code not used for years 2019-11-24 19:50:27 +00:00
aoptcpub.pas - get rid of MaxOps, it is redundant with max_operands 2018-11-02 21:32:29 +00:00
aoptcpud.pas * i386 peephole assembler uses largely the common peephole optimizer infrastructure, the resulting code is besides a few improvements the same 2016-04-21 20:14:01 +00:00
cgcpu.pas * if we load a got depends only if one is needed, not if PIC is generated as this could be also caused by tls support 2019-09-22 15:27:51 +00:00
cpubase.inc * replaced the saved_XXX_registers arrays with virtual methods inside 2018-04-19 21:22:16 +00:00
cpuelf.pas + dwarf support for tls threadvars 2019-10-05 20:48:31 +00:00
cpuinfo.pas + x86 makes use of fpu_capabilities 2019-08-16 11:35:03 +00:00
cpunode.pas * automatically generate necessary indirect symbols when a new assembler 2016-07-20 20:53:03 +00:00
cpupara.pas * cutils.pas (size_2_align): Move to.. 2019-09-16 14:50:43 +00:00
cpupi.pas * adapted 16 byte alignment handling on linux: it is now assumed that the callee tries to clear the stack, so in the caller, the stack is re-adjusted 2019-10-12 21:51:13 +00:00
cputarg.pas - disabled ogmacho, as it can no longer deal with the assembly we generate 2019-07-07 21:33:39 +00:00
hlcgcpu.pas * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ 2019-07-07 21:33:43 +00:00
i386att.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
i386atts.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
i386int.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
i386nop.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
i386op.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
i386prop.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
i386tab.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
n386add.pas * factored out the conditions under which add nodes need to perform 2019-08-03 12:19:50 +00:00
n386cal.pas * pushf/push cs on all platforms when directly calling an interrupt procedure, with the 2019-11-17 14:16:32 +00:00
n386flw.pas * ensure that the required functions are referenced for Win32 SEH for packages as well 2019-11-21 21:45:21 +00:00
n386inl.pas + fast and branchless implementation of abs(int64) for i386 2017-09-10 17:25:47 +00:00
n386ld.pas * factored out the loading of threadvars in its own method, and put the 2015-09-12 23:32:53 +00:00
n386mat.pas + support mmx shifting 2018-02-27 21:40:12 +00:00
n386mem.pas * moved nf_typedaddr to addrnodeflags (anf_typedaddr) 2018-04-03 16:41:01 +00:00
n386set.pas * let all the case code generation work with tconstexprint instead of aint, 2019-02-24 19:58:37 +00:00
r386ari.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386att.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386con.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386dwrf.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386int.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386iri.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386nasm.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386nor.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386nri.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386num.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386ot.inc support vector operand bcst,{sae},{er} + k-register 2018-07-16 17:06:57 +00:00
r386rni.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386sri.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386stab.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386std.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
ra386att.pas
ra386int.pas
rgcpu.pas
symcpu.pas * when creating wrappers, add a prefix to parameter names to prevent them 2018-12-24 22:10:06 +00:00