fpc/compiler/i386
Jonas Maebe edd42aa42a * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for
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 -
2012-05-13 12:33:10 +00:00
..
aopt386.pas
cgcpu.pas Preparations to native threadvar support: 2012-05-03 16:26:44 +00:00
cpubase.inc + ossinttype/osuinttype defs that correspond to OS_SINT/OS_INT for use in 2012-05-12 16:03:15 +00:00
cpuinfo.pas
cpunode.pas
cpupara.pas * fixed the offset of memory parameters allocated via getintparaloc(): 2012-03-10 18:01:22 +00:00
cpupi.pas * Use localalignmax in calc_stackframe_size method 2012-04-20 12:13:52 +00:00
cputarg.pas
csopt386.pas
daopt386.pas o patch by Alexander Shishkin, resolves #20409 2011-10-05 20:11:09 +00:00
hlcgcpu.pas * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for 2012-05-13 12:33:10 +00:00
i386att.inc
i386atts.inc
i386int.inc
i386nop.inc * handle all operand combinations of xadd, resolves #21146 2012-01-25 21:26:59 +00:00
i386op.inc
i386prop.inc * fixed change information for a lot of sse instructions 2011-08-20 12:28:49 +00:00
i386tab.inc * handle all operand combinations of xadd, resolves #21146 2012-01-25 21:26:59 +00:00
n386add.pas * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for 2012-05-13 12:33:10 +00:00
n386cal.pas
n386inl.pas
n386mat.pas * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for 2012-05-13 12:33:10 +00:00
n386mem.pas * Made the x86-specific scalefactor optimization of tvecnode available on x86_64 as well, by moving update_reference_reg_mul method from ti386vecnode to newly introduced tx86vecnode. 2011-09-26 12:58:59 +00:00
n386set.pas * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
popt386.pas * i386 version of fix from r21113 2012-04-29 22:27:00 +00:00
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