fpc/compiler/x86_64
sergei e11c880b1e x86 assembler improvements:
* Don't generate rex.w for "CALL|JMP|LCALL|LJMP regmem", they are 64-bit by default.
* LCALL,LJMP flagged as calljump instructions.
* LCALL,LJMP encode only far jumps and don't accept register operands.
* GAS writer: fixed writing rip-relative operands of calljump instructions.
+ test.

git-svn-id: trunk@19413 -
2011-10-08 11:34:04 +00:00
..
aoptcpu.pas
aoptcpub.pas
aoptcpud.pas
cgcpu.pas * Don't generate .seh_endprologue if SEH directives are present in the text of (pure assembler) procedure, as it results in duplicate .seh_endprologue. 2011-10-06 03:29:35 +00:00
cpubase.inc - removed no more used constants 2011-08-13 20:54:01 +00:00
cpuinfo.pas * enable node cse for all cpus as level 2 optimization 2010-01-17 12:28:28 +00:00
cpunode.pas * Made the x86-specific scalefactor optimization of tvecnode available on x86_64 as well, by moving update_reference_reg_mul method from ti386vecnode to newly introduced tx86vecnode. 2011-09-26 12:58:59 +00:00
cpupara.pas * Revert r17695 because it breaks cycling. 2011-06-08 19:19:24 +00:00
cpupi.pas * Another attempt to fix x86_64 stack frame calculation, tested better this time. 2011-06-10 03:41:33 +00:00
cputarg.pas + Support classes for creating unwind bytecode for Win64. 2011-09-15 15:35:08 +00:00
nx64add.pas * implementation of 32x32->64 multiplication for i386 based on patch 2008-11-06 21:03:10 +00:00
nx64cal.pas * fixed ABI compliance for parameter passing and function returning on all 2010-06-03 20:08:50 +00:00
nx64cnv.pas * Always create a section before emitting data to current_asmdata.asmlists[al_typedconsts]. Without it, such data ends up in sections created elsewhere, creating very non-obvious dependencies on other parts of compiler. 2011-06-24 02:05:56 +00:00
nx64inl.pas
nx64mat.pas * fixed optimized division of signed values by constant power of 2 if the 2010-11-05 15:32:07 +00:00
r8664ari.inc
r8664att.inc
r8664con.inc
r8664dwrf.inc
r8664int.inc
r8664iri.inc
r8664nor.inc
r8664num.inc
r8664op.inc
r8664ot.inc
r8664rni.inc
r8664sri.inc
r8664stab.inc * use dwarf64 numbers for x86_64 stabs registers 2010-10-13 22:56:02 +00:00
r8664std.inc
rax64att.pas + Support SEH directives in x86_64 AT&T asmreader. 2011-10-04 12:26:41 +00:00
rax64int.pas * Fixed warnings and notes. 2009-05-13 11:26:01 +00:00
rgcpu.pas * Added missing override directive in trgcpu.add_constraints method for x86_64 CPU. It was missing for years and I am not sure that this code is really needed. Please review. 2009-05-13 11:37:09 +00:00
win64unw.pas * Reset unwind_info.flags between procedures. Writing non-zero flags without handler ends up in corrupt unwind info. 2011-10-07 14:46:56 +00:00
x8664ats.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
x8664att.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
x8664int.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
x8664nop.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
x8664op.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
x8664pro.inc * fixed change information for a lot of sse instructions 2011-08-20 12:28:49 +00:00
x8664tab.inc x86 assembler improvements: 2011-10-08 11:34:04 +00:00