SCM Repository
[smlnj] / sml / trunk / src / MLRISC / ppc / instructions / ppcInstrExt.sml |
View of /sml/trunk/src/MLRISC/ppc/instructions/ppcInstrExt.sml
Parent Directory
|
Revision Log
Revision 1594 -
(download)
(annotate)
Fri Aug 6 20:38:58 2004 UTC (17 years, 9 months ago) by jhr
File size: 258 byte(s)
Fri Aug 6 20:38:58 2004 UTC (17 years, 9 months ago) by jhr
File size: 258 byte(s)
Initial support for PPC extensions.
(* ppcInstrExt.sml * * COPYRIGHT (c) 2004 John Reppy (http://www.cs.uchicago.edu/~jhr) * All rights reserved. *) structure PPCInstrExt = struct datatype ('s, 'r, 'f, 'c) sext = STWU of {src : 'r, ea : 'r} (* store word and update *) end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |