SCM Repository
View of /sml/trunk/src/compiler/CodeGen/sparc/sparcspec.sml
Parent Directory
|
Revision Log
Revision 134 -
(download)
(annotate)
Mon Sep 7 21:02:07 1998 UTC (23 years, 8 months ago) by monnier
File size: 448 byte(s)
Mon Sep 7 21:02:07 1998 UTC (23 years, 8 months ago) by monnier
File size: 448 byte(s)
Initial revision
(* sparcspec.sml * * COPYRIGHT (c) 1998 AT&T Bell Laboratories. * *) structure SparcSpec : MACH_SPEC = struct open DefaultMachSpec val architecture = "sparc" val numRegs = 18 val numFloatCalleeSaves = 0 val numCalleeSaves = 3 val numFloatRegs = 16 val bigEndian = true val spillAreaSz = 3800 val startgcOffset = 100 val pseudoRegOffset = 104 val constBaseRegOffset = 4096 end (* * $Log$ *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |