aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlexander Gilday <alexander.gilday@arm.com>2018-10-29 13:41:41 +0000
committerJacob Bramley <jacob.bramley@arm.com>2018-11-12 13:38:00 +0000
commit311edf27319bc91cf89db268c32b589f68b2ea69 (patch)
treeadeda6f329f035c973ae4e5a0d26b75fc7eebff0 /examples
parent84ee144ecd16f0ee52c24a6273430f37c92322ad (diff)
downloadvixl-311edf27319bc91cf89db268c32b589f68b2ea69.tar.gz
Add support for STLR/LDAPR unscaled offset variants.
Add support for the unscaled offset versions of STLR and LDAPR, as well as the signed versions of LDAPR. These instructions are STLUR<BH>, LDAPUR<BH>, and LDAPURS[BHW]. Change-Id: I74a9551de9a0fc5284b06eae00fd0b5267a7f324
Diffstat (limited to 'examples')
-rw-r--r--examples/aarch64/non-const-visitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/aarch64/non-const-visitor.h b/examples/aarch64/non-const-visitor.h
index 1a218bcb..3a142ca0 100644
--- a/examples/aarch64/non-const-visitor.h
+++ b/examples/aarch64/non-const-visitor.h
@@ -78,6 +78,7 @@ class SwitchAddSubRegisterSources : public DecoderVisitor {
V(LoadStorePairOffset) \
V(LoadStorePairPreIndex) \
V(LoadStorePairNonTemporal) \
+ V(LoadStoreRCpcUnscaledOffset) \
V(LoadLiteral) \
V(LoadStoreUnscaledOffset) \
V(LoadStorePostIndex) \