ARM: Make all ARM uops delayed commit.
This commit is contained in:
@@ -263,6 +263,8 @@ class StaticInstBase : public RefCounted
|
||||
//@}
|
||||
|
||||
void setLastMicroop() { flags[IsLastMicroop] = true; }
|
||||
void setDelayedCommit() { flags[IsDelayedCommit] = true; }
|
||||
|
||||
/// Operation class. Used to select appropriate function unit in issue.
|
||||
OpClass opClass() const { return _opClass; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user