CPU: Add a flag to identify a read barrier to the static inst class.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 25 Feb 2009 18:19:33 +0000 (10:19 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 25 Feb 2009 18:19:33 +0000 (10:19 -0800)
src/cpu/static_inst.hh

index bf07e06c73206c004db4daa3d217c00628e4a408..cb32f2333cf87dac8f6052012156d2971388c0f6 100644 (file)
@@ -159,6 +159,7 @@ class StaticInstBase : public RefCounted
         IsSerializeAfter,
         IsMemBarrier,   ///< Is a memory barrier
         IsWriteBarrier, ///< Is a write barrier
+        IsReadBarrier,  ///< Is a read barrier
         IsERET, /// <- Causes the IFU to stall (MIPS ISA)
 
         IsNonSpeculative, ///< Should not be executed speculatively