SCM Repository
[smlnj] Annotation of /sml/branches/SMLNJ/src/MLRISC/x86/instructions/x86Shuffle.sig
Annotation of /sml/branches/SMLNJ/src/MLRISC/x86/instructions/x86Shuffle.sig
Parent Directory
|
Revision Log
Revision 411 -
(view)
(download)
(as text)
1 : |
monnier |
247 |
signature X86SHUFFLE = sig
|
2 : |
|
|
structure I : X86INSTR
|
3 : |
|
|
|
4 : |
monnier |
411 |
type t = {regmap:int->int, tmp:I.ea option, dst:int list, src:int list}
|
5 : |
monnier |
247 |
|
6 : |
|
|
val shuffle : t -> I.instruction list
|
7 : |
|
|
val shufflefp : t -> I.instruction list
|
8 : |
|
|
end
|