--- sml/branches/SMLNJ/src/MLRISC/x86/instructions/x86Shuffle.sig 1999/09/03 00:25:03 410 +++ sml/branches/SMLNJ/src/MLRISC/x86/instructions/x86Shuffle.sig 1999/09/03 00:25:03 411 @@ -1,7 +1,7 @@ signature X86SHUFFLE = sig structure I : X86INSTR - 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} val shuffle : t -> I.instruction list val shufflefp : t -> I.instruction list
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: src:int list} val shuffle : t -> I.instruction list val shufflefp : t -> I.instruction list