fpc/compiler/x86
2015-02-05 20:51:12 +00:00
..
aasmcpu.pas * unified internal errors 2014-12-13 11:46:59 +00:00
agx86att.pas * x86 AT&T writer: never ever drop "@GOTPCREL" relocation, because it results in corrupted code (at least, "mov foo@GOTPCREL(%rip),%reg" must change to "lea foo(%rip),%reg" to remain equivalent, but this must be handled elsewhere anyway. Assembler writer should just write generated code as is). 2015-01-18 17:04:53 +00:00
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 * fixed DFA warnings for i8086 2014-08-20 15:49:27 +00:00
cga.pas
cgx86.pas * modified patch of Paul W to replace leave by mov/pop, resolves #26455 2015-02-05 20:51:12 +00:00
cpubase.pas
hlcgx86.pas
itcpugas.pas
itx86int.pas
ni86mem.pas
nx86add.pas x86: fix a variable op not initialized warning. This hopefully fixes our x86 testsuite run. 2014-08-20 10:21:06 +00:00
nx86cal.pas
nx86cnv.pas
nx86con.pas
nx86inl.pas
nx86mat.pas * make integer division instruction (div/idiv) on x86 dependent on the 2015-01-04 13:08:57 +00:00
nx86mem.pas
nx86set.pas
rax86.pas - x86 assembler readers: cleaned out operand swapping code. Operands of TInstruction are kept in AT&T order, Intel reader attaches operands right-to-left. It was effectively the same way before the change (except Intel reader attaching operands left-to-right, followed by a single swap), operand order checks all over the place were just reducing readability. 2014-11-16 16:37:26 +00:00
rax86att.pas - x86 assembler readers: cleaned out operand swapping code. Operands of TInstruction are kept in AT&T order, Intel reader attaches operands right-to-left. It was effectively the same way before the change (except Intel reader attaching operands left-to-right, followed by a single swap), operand order checks all over the place were just reducing readability. 2014-11-16 16:37:26 +00:00
rax86int.pas * Asm readers: allow using procedure symbols in references, resolves #22376. 2014-11-17 05:34:55 +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
symx86.pas * reimplemented r28329 in a different way, as suggested by Jonas 2014-08-07 19:36:52 +00:00
x86ins.dat
x86reg.dat