aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 424368c..df21eeb 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,20 @@
2018-11-12 Sudakshina Das <sudi.das@arm.com>
+ * aarch64-opc.c (aarch64_opnd_qualifiers): Add new data
+ for AARCH64_OPND_QLF_imm_tag.
+ (operand_general_constraint_met_p): Add case for
+ AARCH64_OPND_ADDR_SIMM11 and AARCH64_OPND_ADDR_SIMM13.
+ (aarch64_print_operand): Likewise.
+ * aarch64-tbl.h (QL_LDST_AT, QL_STGP): New.
+ (aarch64_opcode_table): Add stg, stzg, st2g, stz2g and stgp
+ for both offset and pre/post indexed versions.
+ (AARCH64_OPERANDS): Define ADDR_SIMM11 and ADDR_SIMM13.
+ * aarch64-asm-2.c: Regenerated.
+ * aarch64-dis-2.c: Regenerated.
+ * aarch64-opc-2.c: Regenerated.
+
+2018-11-12 Sudakshina Das <sudi.das@arm.com>
+
* aarch64-tbl.h (aarch64_opcode_table): Add subp, subps and cmpp.
* aarch64-asm-2.c: Regenerated.
* aarch64-dis-2.c: Regenerated.