X86: Implement the media floating point max instructions.
[gem5.git] / src / arch / x86 / isa.hh
index 8d3b110c6e98c3d330149f7e5360f009d3bfb419..9a1880062d4b77a83cdbe0aecefcc4d8eee73c83 100644 (file)
@@ -69,7 +69,7 @@ namespace X86ISA
         int
         flattenIntIndex(int reg)
         {
-            return reg & ~(1 << 6);
+            return reg & ~IntFoldBit;
         }
 
         int