fpc/compiler/x86
nickysn 0f69362edd - rm LEA reg,imm from x86ins.dat, as that's not a valid x86 instruction,
using it in inline asm causes an internal error and removing it didn't show
  any regressions after running the testsuite on i386-linux.

git-svn-id: trunk@25827 -
2013-10-18 23:26:58 +00:00
..
aasmcpu.pas + added the NEC V20/V30 instructions 2013-10-11 21:27:56 +00:00
agx86att.pas
agx86int.pas
agx86nsm.pas * on i8086 added section .fpc to the group 'dgroup'. This fixes a bug that caused the bss section to not be left out from the executable in tiny model, which caused, ironically, tiny model executables to be larger than the small model executables 2013-09-21 11:28:01 +00:00
cga.pas
cgx86.pas * in tcgx86.make_simple_ref, on the i8086, emit 'mov es, reg', instead of 2013-10-06 19:52:38 +00:00
cpubase.pas
hlcgx86.pas
itcpugas.pas
itx86int.pas
nx86add.pas * tx86addnode.second_cmpfloat: use getresflags() to reduce code duplication. 2013-09-09 11:25:49 +00:00
nx86cal.pas
nx86cnv.pas
nx86con.pas
nx86inl.pas
nx86mat.pas
nx86mem.pas
nx86set.pas * tx86casenode.genjumptable: explicitly emit near pointers in the case jump table on i8086, regardless of the memory model 2013-09-16 19:58:45 +00:00
rax86.pas
rax86att.pas
rax86int.pas
rgx86.pas
x86ins.dat - rm LEA reg,imm from x86ins.dat, as that's not a valid x86 instruction, 2013-10-18 23:26:58 +00:00
x86reg.dat * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. 2013-10-03 08:08:04 +00:00