SCM Repository
[smlnj] / 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 247 - (view) (download) (as text)
1 : | monnier | 247 | signature X86SHUFFLE = sig |
2 : | structure I : X86INSTR | ||
3 : | |||
4 : | type t = {regMap:int->int, temp:I.ea option, dst:int list, src:int list} | ||
5 : | |||
6 : | val shuffle : t -> I.instruction list | ||
7 : | val shufflefp : t -> I.instruction list | ||
8 : | end |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |