X86: Implement the media floating point max instructions.
[gem5.git] / src / arch / x86 / intregs.hh
index 627d7062f4bcaf9e62c6d64db4d03f2eaee816d7..2c6d871edc5d43c7a88a95390870cd9a2ceb6e70 100644 (file)
@@ -167,6 +167,9 @@ namespace X86ISA
         NUM_INTREGS
     };
 
+    // This needs to be large enough to miss all the other bits of an index.
+    static const IntRegIndex IntFoldBit = (IntRegIndex)(1 << 6);
+
     inline static IntRegIndex
     INTREG_MICRO(int index)
     {