revert 5af8f40d8f2c
This commit is contained in:
@@ -55,8 +55,8 @@ class StaticInstFlags(Enum):
|
||||
vals = [
|
||||
'IsNop', # Is a no-op (no effect at all).
|
||||
|
||||
'IsInteger', # References scalar integer regs.
|
||||
'IsFloating', # References scalar FP regs.
|
||||
'IsInteger', # References integer regs.
|
||||
'IsFloating', # References FP regs.
|
||||
'IsCC', # References CC regs.
|
||||
|
||||
'IsMemRef', # References memory (load, store, or prefetch)
|
||||
@@ -108,6 +108,5 @@ class StaticInstFlags(Enum):
|
||||
'IsMicroBranch', # This microop branches within the microcode for
|
||||
# a macroop
|
||||
'IsDspOp',
|
||||
'IsSquashAfter', # Squash all uncommitted state after executed
|
||||
'IsVector', # References vector register.
|
||||
'IsSquashAfter' # Squash all uncommitted state after executed
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user