mirror of
https://github.com/bminor/binutils-gdb.git
synced 2026-02-06 15:11:31 +00:00
aarch64: Add occmo flag for FEAT_OCCMO
FEAT_OCCMO support was introduced, but the feature flags were missing. This patch adds these flags, as well as splitting up the tests to test occmo vs occmo+memtag operands.
This commit is contained in:
committed by
Alice Carlotti
parent
3165109751
commit
78155cbb35
@@ -137,6 +137,8 @@ enum aarch64_feature_bit {
|
||||
AARCH64_FEATURE_SSBS,
|
||||
/* Memory Tagging Extension. */
|
||||
AARCH64_FEATURE_MEMTAG,
|
||||
/* Outer Cacheable Cache Maintenance Operation. */
|
||||
AARCH64_FEATURE_OCCMO,
|
||||
/* Transactional Memory Extension. */
|
||||
AARCH64_FEATURE_TME,
|
||||
/* XS memory attribute. */
|
||||
|
||||
Reference in New Issue
Block a user