SCM Repository
[smlnj] / sml / branches / SMLNJ / src / MLRISC / x86 / instructions / x86Shuffle.sig |
View of /sml/branches/SMLNJ/src/MLRISC/x86/instructions/x86Shuffle.sig
Parent Directory
|
Revision Log
Revision 411 -
(download)
(as text)
(annotate)
Fri Sep 3 00:25:03 1999 UTC (22 years, 9 months ago) by monnier
File size: 214 byte(s)
Fri Sep 3 00:25:03 1999 UTC (22 years, 9 months ago) by monnier
File size: 214 byte(s)
version 110.19
signature X86SHUFFLE = sig structure I : X86INSTR type t = {regmap:int->int, tmp:I.ea option, dst:int list, src:int list} val shuffle : t -> I.instruction list val shufflefp : t -> I.instruction list end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |