mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 00:51:28 +02:00
![]() future use by high level code generator targets o this in turn required that all a_load*_loc* methods are called via hlcg rather than via cg, since a location can be a subsetref/reg and and those are no longer handled in tcg o that then required moving several force_location_* routines into thlcg because they use a_load_loc*, but did not take tdef size parameters (which are required by the thlcg a_load_loc* routines) o the only practical consequence is that from now on, you have to use hlcg.location_force_mem/reg() (fpureg not yet) and hlcg.gen_load_loc_cgpara() instead of the removed versions from ncgutil, and hlcg.a_load*loc*() instead of cg.a_load*loc* if a subsetref/reg might be involved git-svn-id: trunk@21287 - |
||
---|---|---|
.. | ||
aopt386.pas | ||
cgcpu.pas | ||
cpubase.inc | ||
cpuinfo.pas | ||
cpunode.pas | ||
cpupara.pas | ||
cpupi.pas | ||
cputarg.pas | ||
csopt386.pas | ||
daopt386.pas | ||
hlcgcpu.pas | ||
i386att.inc | ||
i386atts.inc | ||
i386int.inc | ||
i386nop.inc | ||
i386op.inc | ||
i386prop.inc | ||
i386tab.inc | ||
n386add.pas | ||
n386cal.pas | ||
n386inl.pas | ||
n386mat.pas | ||
n386mem.pas | ||
n386set.pas | ||
popt386.pas | ||
r386ari.inc | ||
r386att.inc | ||
r386con.inc | ||
r386dwrf.inc | ||
r386int.inc | ||
r386iri.inc | ||
r386nasm.inc | ||
r386nor.inc | ||
r386nri.inc | ||
r386num.inc | ||
r386op.inc | ||
r386ot.inc | ||
r386rni.inc | ||
r386sri.inc | ||
r386stab.inc | ||
r386std.inc | ||
ra386att.pas | ||
ra386int.pas | ||
rgcpu.pas | ||
rropt386.pas |