fpc/compiler/ppcgen
Jonas Maebe fc21845686 * fixed the allocation of R12 on ppc32/ppc64 when used to hold the value of
the stack pointer during the prolog. This was done previously in
    tcg.g_proc_entry(), but that routine is called after register allocation
    and hence has no influence. Also cleaned up the deallocation of that
    register by moving the previously ifdef'd code to thlcgppcgen
    (mantis #27634)

git-svn-id: trunk@30164 -
2015-03-11 17:49:44 +00:00
..
aasmcpu.pas
agppcgas.pas * unified internal errors 2014-12-13 11:46:59 +00:00
cgppc.pas + internal bsr/bsf support for ppc32 and ppc64 2015-03-09 16:48:34 +00:00
hlcgppc.pas * fixed the allocation of R12 on ppc32/ppc64 when used to hold the value of 2015-03-11 17:49:44 +00:00
ngppcadd.pas * factored out left/right swapping code in smallset operations 2014-04-20 14:35:00 +00:00
ngppccnv.pas
ngppcinl.pas
ngppcset.pas
rgcpu.pas