diff options
author | Claudio Bantaloukas <claudio.bantaloukas@arm.com> | 2024-04-23 17:59:57 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-04-23 17:59:57 +0100 |
commit | 3e562e4be872771fbd3fa2526a97eccb69458add (patch) | |
tree | bfdcc3c1250d45f26cd9fd72bef1c10b4c91212e /opcodes | |
parent | 9b441c415c556e608e22cb9d16b500992a972b0c (diff) | |
download | gdb-3e562e4be872771fbd3fa2526a97eccb69458add.zip gdb-3e562e4be872771fbd3fa2526a97eccb69458add.tar.gz gdb-3e562e4be872771fbd3fa2526a97eccb69458add.tar.bz2 |
arm: Fix MVE vmla encoding
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/arm-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index 6550cf4..d076be1 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -2763,7 +2763,7 @@ static const struct mopcode32 mve_opcodes[] = {ARM_FEATURE_CORE_HIGH (ARM_EXT2_MVE), MVE_VMLA, 0xee010e40, 0xef811f70, - "vmla%v.%u%20-21s\t%13-15,22Q, %17-19,7Q, %0-3r"}, + "vmla%v.i%20-21s\t%13-15,22Q, %17-19,7Q, %0-3r"}, /* Vector VMLALDAV. Note must appear before VMLADAV due to instruction opcode aliasing. */ |