diff options
author | Matthew Malcomson <matthew.malcomson@arm.com> | 2019-05-09 10:29:19 +0100 |
---|---|---|
committer | Matthew Malcomson <matthew.malcomson@arm.com> | 2019-05-09 10:29:19 +0100 |
commit | 0a57e14ffa4c2900f64780375282dc5dc493e250 (patch) | |
tree | b9c6c7bf07d52059c1d44eacaacb461caf7df28b /opcodes/aarch64-opc.h | |
parent | c469c86473273e115b267a6f8c93c8942deb93c4 (diff) | |
download | gdb-0a57e14ffa4c2900f64780375282dc5dc493e250.zip gdb-0a57e14ffa4c2900f64780375282dc5dc493e250.tar.gz gdb-0a57e14ffa4c2900f64780375282dc5dc493e250.tar.bz2 |
[binutils][aarch64] New sve_size_sd2 iclass.
Define new sve_size_sd2 iclass to distinguish between the two variants
of ldnt1sb and ldnt1sh.
include/ChangeLog:
2019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
* opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_sd2 iclass.
opcodes/ChangeLog:
2019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
* aarch64-asm.c (aarch64_encode_variant_using_iclass): Handle
sve_size_sd2 iclass encode.
* aarch64-dis.c (aarch64_decode_variant_using_iclass): Handle
sve_size_sd2 iclass decode.
* aarch64-opc.c (fields): Handle SVE_sz2 field.
* aarch64-opc.h (enum aarch64_field_kind): New SVE_sz2 field.
Diffstat (limited to 'opcodes/aarch64-opc.h')
-rw-r--r-- | opcodes/aarch64-opc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/aarch64-opc.h b/opcodes/aarch64-opc.h index 8803bca..8d18175 100644 --- a/opcodes/aarch64-opc.h +++ b/opcodes/aarch64-opc.h @@ -141,6 +141,7 @@ enum aarch64_field_kind FLD_SVE_rot3, FLD_SVE_sz, FLD_SVE_size, + FLD_SVE_sz2, FLD_SVE_tsz, FLD_SVE_tszh, FLD_SVE_tszl_8, |