ARM: Break up condition codes into normal flags, saturation, and simd.
[gem5.git] / src / arch / arm / intregs.hh
index 9da91010644528c7b57ea464722954dd494b6d19..412efc92b110b755b38be1c3d711796cd76002d3 100644 (file)
@@ -112,7 +112,9 @@ enum IntRegIndex
     INTREG_UREG0,
     INTREG_UREG1,
     INTREG_UREG2,
-    INTREG_CONDCODES,
+    INTREG_CONDCODES_F,
+    INTREG_CONDCODES_Q,
+    INTREG_CONDCODES_GE,
     INTREG_FPCONDCODES,
 
     NUM_INTREGS,