michael 9419ee8611 + Completed descriptions 26 年之前
..
alpha d8ad003a09 + Changes for alpha 26 年之前
i386 a1fd4ac628 + changed the temp. generator to an object 26 年之前
Makefile d8ad003a09 + Changes for alpha 26 年之前
README 9419ee8611 + Completed descriptions 26 年之前
TODO a184e5ff43 * well, more changes, especially parts of secondload ported 27 年之前
cgbase.pas 8e9d97e1fe * made it again compilable 26 年之前
cgobj.pas a1fd4ac628 + changed the temp. generator to an object 26 年之前
convtree.pas a184e5ff43 * well, more changes, especially parts of secondload ported 27 年之前
cpuunit.inc d8ad003a09 + Changes for alpha 26 年之前
nmem.pas a1fd4ac628 + changed the temp. generator to an object 26 年之前
nstatmnt.pas a1fd4ac628 + changed the temp. generator to an object 26 年之前
pass_1.pas 8e9d97e1fe * made it again compilable 26 年之前
pp.pas d87f99e54b + CPU check better 26 年之前
psub.pas a1fd4ac628 + changed the temp. generator to an object 26 年之前
temp_gen.pas 98ad42cb87 + dummy implementation 26 年之前
tempgen.inc d8ad003a09 + Changes for alpha 26 年之前
tgeni386.pas 55c10a0343 * dummy implementation 26 年之前
tgobj.pas a1fd4ac628 + changed the temp. generator to an object 26 年之前
transn.pas ce1b4eff9e + first versions 27 年之前
tree.pas a1fd4ac628 + changed the temp. generator to an object 26 年之前

README

frame_pointer contains the register used as frame pointer
stack_pointer contains the register used as stack pointer
self_pointer contains the register used as self pointer


unusedregsint set of Currently available integer registers
unusedregsfpu set of Currently available fpu registers
unusedregsmm set of Currently available mm registers

availabletempregsint set of maximally available integer registers
availabletempregsfpu set of maximally available fpu registers
availabletempregsmm set of maximally available mm registers

countusableregsint count of currently available integer registers
countusableregsfpu count of currently available fpu registers
countusableregsmm count of currently available mm registers

c_countusableregsint count of max. available int registers (in the current procedure)
c_countusableregsfpu count of max. available fpu registers (in the current procedure)
c_countusableregsmm count of max. available mm registers (in the current procedure)

intregs all!! available integer register
fpuregs all!! available fpu register
mmregs all!! available multimedia register

Intel specific
--------------
unusedregssse
availabletempregssse
countusableregssse