Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-02 11:36:42 -0800 (Wed, 02 Mar 2005)
Revision: 6815
Log message:

      Instead of having a special form for tuple subscripts,
      add an operand MemRegOffW{'r : Register; 'i : Int} that
      interprets the index 'i as being a word index.
      

Changes  Path
+2 -5 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.ml
+5 -5 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.mli
+4 -0 mpcompiler/mmc/arch/x86/codegen/mmc_x86_codegen.mli
+3 -1 mpcompiler/mmc/extensions/tuple/mmc_ext_tuple.ml
+6 -0 mpcompiler/mmc/extensions/tuple/mmc_ext_tuple.mli
+16 -2 mpcompiler/mmc/extensions/tuple/mmc_x86_tuple.ml