SCM Repository
View of /sml/trunk/src/compiler/CodeGen/sparc/sparcspec.sml
Parent Directory
|
Revision Log
Revision 429 -
(download)
(annotate)
Wed Sep 8 09:47:00 1999 UTC (21 years, 7 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/CodeGen/sparc/sparcspec.sml
File size: 435 byte(s)
Wed Sep 8 09:47:00 1999 UTC (21 years, 7 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/CodeGen/sparc/sparcspec.sml
File size: 435 byte(s)
version 110.21
(* 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 initialSpillOffset = 116 val startgcOffset = 100 val constBaseRegOffset = 4096 end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |