From e64441b14c26a5361e030064cf62c419572fc392 Mon Sep 17 00:00:00 2001 From: Przemyslaw Wirkus Date: Mon, 16 Nov 2020 20:37:39 +0000 Subject: aarch64: Extract Condition flag manipulation feature from Armv8.4-A Extract FLAGM (Condition flag manipulation) feature from Armv8.4-A. Please note that FLAGM stays a Armv8.4-A feature but now can be assigned to other architectures or CPUs. New -march option +flagm is added to enable independently this feature. --- opcodes/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'opcodes/ChangeLog') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b25132a..1e7e40f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2020-11-16 Przemyslaw Wirkus + + * aarch64-tbl.h (FLAGM): Handle for FLAGM feature. + (struct aarch64_opcode): Move FLAGM instructions from V8_4_INSN to + FLAGM_INSN. + (AARCH64_FEATURE_FLAGMANIP): Update comment for FEAT_FlagM2. + 2020-11-14 Borislav Petkov * i386-dis.c (ckprefix): Do not assign active_seg_prefix in -- cgit v1.1