SCM Repository
View of /sml/trunk/src/MLRISC/mltree/instr-gen.sig
Parent Directory
|
Revision Log
Revision 646 -
(download)
(as text)
(annotate)
Tue May 16 02:52:54 2000 UTC (20 years, 11 months ago) by leunga
File size: 501 byte(s)
Tue May 16 02:52:54 2000 UTC (20 years, 11 months ago) by leunga
File size: 501 byte(s)
Slight cleanup on the Alpha. Added a bunch of instructions to the x86 instruction set. The module ra-rewrite-with-renaming has been improved. These should have no effect on SML/NJ. CVS tag=leunga-20000515-alpha-x86-ra
(* * Generate a linear sequence of instructions *) signature INSTR_GEN = sig structure C : CELLS structure I : INSTRUCTIONS structure S : INSTRUCTION_STREAM sharing I.C = C (* * This function creates an instruction stream, which can be * used to emit instruction into the instruction list. *) val newStream : I.instruction list ref -> (I.instruction -> unit, C.regmap, Annotations.annotations, 'a, 'b, 'c) S.stream end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |