mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-14 15:12:36 +02:00
![]() 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 - |
||
---|---|---|
.. | ||
aoptcpu.pas | ||
aoptcpub.pas | ||
aoptcpuc.pas | ||
aoptcpud.pas | ||
cgcpu.pas | ||
cpubase.pas | ||
cpuinfo.pas | ||
cpunode.pas | ||
cpupara.pas | ||
cpupi.pas | ||
cputarg.pas | ||
itcpugas.pas | ||
nppcadd.pas | ||
nppccal.pas | ||
nppccnv.pas | ||
nppcld.pas | ||
nppcmat.pas | ||
ppcins.dat | ||
ppcreg.dat | ||
rappc.pas | ||
rappcgas.pas | ||
rppccon.inc | ||
rppcdwrf.inc | ||
rppcgas.inc | ||
rppcgri.inc | ||
rppcgss.inc | ||
rppcmot.inc | ||
rppcmri.inc | ||
rppcnor.inc | ||
rppcnum.inc | ||
rppcrni.inc | ||
rppcsri.inc | ||
rppcstab.inc | ||
rppcstd.inc | ||
rppcsup.inc |