SCM Repository
[smlnj] / sml / branches / SMLNJ / src / MLRISC / x86 / instructions / x86Shuffle.sig |
Diff of /sml/branches/SMLNJ/src/MLRISC/x86/instructions/x86Shuffle.sig
Parent Directory
|
Revision Log
|
Patch
revision 410, Fri Sep 3 00:25:03 1999 UTC | revision 411, Fri Sep 3 00:25:03 1999 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | signature X86SHUFFLE = sig | signature X86SHUFFLE = sig |
2 | structure I : X86INSTR | structure I : X86INSTR |
3 | ||
4 | type t = {regMap:int->int, temp:I.ea option, dst:int list, src:int list} | type t = {regmap:int->int, tmp:I.ea option, dst:int list, src:int list} |
5 | ||
6 | val shuffle : t -> I.instruction list | val shuffle : t -> I.instruction list |
7 | val shufflefp : t -> I.instruction list | val shufflefp : t -> I.instruction list |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |