fpc/compiler/aarch64
svenbarth 7bad1763b8 Decrease amount of code duplication regarding handling of safecall and record constructors.
paramgr.pas, tparamanager:
    + add new method "handle_common_ret_in_param"
    * extract common code (safecall + record constructor handling) from "ret_in_param" to "handle_common_ret_in_param" and call the latter in "ret_in_param"
[aarch64,arm,avr,i386,x86_64]/cpupara.pas, tCPUparamanager.ret_in_param:
    * call "handle_common_ret_in_param" instead of implementing the same check again and again
ncgcal.pas, tcgcallnode.handle_return_value:
    * move the check for (record) constructors to "tparamanager.handle_common_ret_in_param"

git-svn-id: trunk@23520 -
2013-01-25 20:39:28 +00:00
..
a64att.inc + first batch of FPU/VFP instructions 2012-11-01 20:08:13 +00:00
a64atts.inc + first batch of FPU/VFP instructions 2012-11-01 20:08:13 +00:00
a64ins.dat + first batch of FPU/VFP instructions 2012-11-01 20:08:13 +00:00
a64nop.inc + instruction table generator for arm64 2012-11-01 16:11:19 +00:00
a64op.inc + first batch of FPU/VFP instructions 2012-11-01 20:08:13 +00:00
a64reg.dat + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
a64tab.inc + instruction table generator for arm64 2012-11-01 16:11:19 +00:00
aasmcpu.pas + initial implementation of aasmcpu unit for ARM64 2012-11-01 20:10:31 +00:00
aoptcpu.pas + assembler optimizer unit skeleton 2012-11-01 20:09:12 +00:00
aoptcpub.pas + assembler optimizer unit skeleton 2012-11-01 20:09:12 +00:00
aoptcpud.pas + assembler optimizer unit skeleton 2012-11-01 20:09:12 +00:00
cpubase.pas * adapt condition 2012-11-01 20:11:49 +00:00
cpuinfo.pas
cpupara.pas Decrease amount of code duplication regarding handling of safecall and record constructors. 2013-01-25 20:39:28 +00:00
itcpugas.pas + ARM64 GAS instruction table unit 2012-11-01 20:09:47 +00:00
ra64con.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64dwa.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64nor.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64num.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64rni.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64sri.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64sta.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64std.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64sup.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00