fpc/compiler/x86
Jonas Maebe f36e5411af * split cpu64bit compiler define into
a) cpu64bitaddr, which means that we are generating a compiler which
       will generate code for targets with a 64 bit address space/abi
    b) cpu64bitalu, which means that we are generating a compiler which
       will generate code for a cpu with support for 64 bit integer
       operations (possibly running in a 32 bit address space, depending
       on the cpu64bitaddr define)
   All cpus which had cpu64bit set now have both the above defines set,
   and none of the 32 bit cpus have cpu64bitalu set (and none will
   compile with it currently)
  + pint and puint types, similar to aint/aword (not pword because that
    that conflicts with pword=^word)
  * several changes from aint/aword to pint/pword
  * some changes of tcgsize2size[OS_INT] to sizeof(pint)

git-svn-id: trunk@10320 -
2008-02-13 20:44:00 +00:00
..
aasmcpu.pas
agx86att.pas
agx86int.pas
cga.pas
cgx86.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
cpubase.pas
itcpugas.pas
itx86int.pas
nx86add.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
nx86cnv.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
nx86con.pas
nx86inl.pas * fixed include/exclude for byte-sized sets in registers 2008-01-23 22:28:12 +00:00
nx86mat.pas
nx86set.pas
rax86.pas
rax86att.pas
rax86int.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
rgx86.pas
x86ins.dat
x86reg.dat