SCM Repository
[smlnj] / sml / trunk / src / MLRISC / x86 / instructions / x86instr-ext.sml |
View of /sml/trunk/src/MLRISC/x86/instructions/x86instr-ext.sml
Parent Directory
|
Revision Log
Revision 562 -
(download)
(annotate)
Fri Mar 3 16:22:42 2000 UTC (22 years, 5 months ago) by george
File size: 384 byte(s)
Fri Mar 3 16:22:42 2000 UTC (22 years, 5 months ago) by george
File size: 384 byte(s)
lal-20000303-support for C calls
(* x86instr-ext.sml * * COPYRIGHT (c) 2000 Bell Labs, Lucent Technologies * * extensions to the x86 instruction set. *) structure X86InstrExt = struct datatype fsz = single | double | extended datatype ('r, 'f) sext = PUSHL of 'r (* push a 32 bit value onto the H/W stack *) | PUSHf of {sz:fsz, fexp: 'f} (* push a floating point value onto the H/W stack *) end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |