Add a bitfield to refer to the opSize member of the extMachInst.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 8 Jun 2007 16:06:22 +0000 (16:06 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 8 Jun 2007 16:06:22 +0000 (16:06 +0000)
--HG--
extra : convert_revision : 1854ebc00a9f3ae8c36cc579de6c3a2b48c0fdb6

src/arch/x86/isa/bitfields.isa

index fff324caade07c751f9d5839da53a2e55005ccd2..e4a5e310c00b7de6ad37a7739cbbf5cd6d7880d9 100644 (file)
@@ -85,3 +85,5 @@ def bitfield SIB sib;
 def bitfield SIB_SCALE sib.scale;
 def bitfield SIB_INDEX sib.index;
 def bitfield SIB_BASE sib.base;
+
+def bitfield OPSIZE opSize;