aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlexander Gilday <alexander.gilday@arm.com>2018-11-05 13:07:27 +0000
committerJacob Bramley <jacob.bramley@arm.com>2018-11-12 10:42:50 +0000
commit2487f14e5dca4d6dca4cb2eddb378402cdd8bf6d (patch)
treebec682f6c857b55a78a98dc9c5357f6eb08f442d /examples
parent3f89bf17ed17d2b2096471e7174b39a770d2df42 (diff)
Add support for flag manipulation instructions.
This includes the CFINV, RMIF, SETF8, and SETF16 instructions. Change-Id: Id13a5eb2f82d8d322de2cb4af989ee0ab08f64c0
Diffstat (limited to 'examples')
-rw-r--r--examples/aarch64/non-const-visitor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/aarch64/non-const-visitor.h b/examples/aarch64/non-const-visitor.h
index 27656565..1a218bcb 100644
--- a/examples/aarch64/non-const-visitor.h
+++ b/examples/aarch64/non-const-visitor.h
@@ -71,6 +71,8 @@ class SwitchAddSubRegisterSources : public DecoderVisitor {
V(ConditionalBranch) \
V(System) \
V(Exception) \
+ V(RotateRightIntoFlags) \
+ V(EvaluateIntoFlags) \
V(LoadStorePAC) \
V(LoadStorePairPostIndex) \
V(LoadStorePairOffset) \