SCM Repository
View of /sml/branches/SMLNJ/src/MLRISC/alpha/flowgraph/alphaGasPseudoOps.sml
Parent Directory
|
Revision Log
Revision 982 -
(download)
(annotate)
Wed Nov 21 18:41:49 2001 UTC (20 years, 7 months ago)
File size: 874 byte(s)
Wed Nov 21 18:41:49 2001 UTC (20 years, 7 months ago)
File size: 874 byte(s)
This commit was manufactured by cvs2svn to create branch 'SMLNJ'.
functor AlphaGasPseudoOps ( structure T : MLTREE structure MLTreeEval : MLTREE_EVAL where T = T ) : PSEUDO_OPS_BASIS = struct structure T = T structure PB = PseudoOpsBasisTyp structure Fmt = Format structure Endian = PseudoOpsLittle (structure T = T structure MLTreeEval=MLTreeEval val icache_alignment = 16 val max_alignment = SOME 7 val nop = {sz=4, en=0wx47ff041f:Word32.word}) (* BIS r31, r31, r31 *) structure GasPseudoOps = GasPseudoOps(structure T = T val labFmt = {gPrefix="", aPrefix="L"}) type 'a pseudo_op = (T.labexp, 'a) PB.pseudo_op fun error msg = MLRiscErrorMsg.error ("GasPseudoOps.", msg) val sizeOf = Endian.sizeOf val emitValue = Endian.emitValue val lexpToString = GasPseudoOps.lexpToString val toString = GasPseudoOps.toString val defineLabel = GasPseudoOps.defineLabel end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |