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 247 -
(download)
(as text)
(annotate)
Sat Apr 17 18:47:13 1999 UTC (23 years, 1 month ago) by monnier
File size: 215 byte(s)
Sat Apr 17 18:47:13 1999 UTC (23 years, 1 month ago) by monnier
File size: 215 byte(s)
version 110.16
signature X86SHUFFLE = sig structure I : X86INSTR type t = {regMap:int->int, temp: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 |