SCM Repository
View of /sml/trunk/src/compiler/CodeGen/x86/x86spec.sml
Parent Directory
|
Revision Log
Revision 429 -
(download)
(annotate)
Wed Sep 8 09:47:00 1999 UTC (21 years, 4 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/CodeGen/x86/x86spec.sml
File size: 441 byte(s)
Wed Sep 8 09:47:00 1999 UTC (21 years, 4 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/CodeGen/x86/x86spec.sml
File size: 441 byte(s)
version 110.21
structure X86Spec : MACH_SPEC = struct open DefaultMachSpec val architecture = "x86" val bigEndian = false val spillAreaSz = 8192 val initialSpillOffset = 512 val numRegs = 12 (* 18 *) (* can be |X86CpsRegs.availR| + |vregs| *) val numFloatRegs = 21 (* can be |8 upto 31| *) val numFloatCalleeSaves = 0 val startgcOffset = 32 val pseudoRegOffset = 136 val constBaseRegOffset = 0 val fixedArgPassing = false end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |