aboutsummaryrefslogtreecommitdiff
path: root/opcodes/aarch64-dis-2.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2020-01-03 10:13:31 +0100
committerJan Beulich <jbeulich@suse.com>2020-01-03 10:13:31 +0100
commit8c45011acd7a589c306e74563d00fb3fa5c14bbd (patch)
treebacfec63705d92c7aa717e507e0069b76412b57f /opcodes/aarch64-dis-2.c
parentf4950f76fa56bd60314f05620c39fb31e96bb088 (diff)
downloadgdb-8c45011acd7a589c306e74563d00fb3fa5c14bbd.zip
gdb-8c45011acd7a589c306e74563d00fb3fa5c14bbd.tar.gz
gdb-8c45011acd7a589c306e74563d00fb3fa5c14bbd.tar.bz2
Arm64: correct uzp{1,2} mnemonics
According to the specification, and in line with the pre-existing predicate forms, the mnemonics do not include an 'i'.
Diffstat (limited to 'opcodes/aarch64-dis-2.c')
-rw-r--r--opcodes/aarch64-dis-2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/aarch64-dis-2.c b/opcodes/aarch64-dis-2.c
index 950a5f2..23f32e9 100644
--- a/opcodes/aarch64-dis-2.c
+++ b/opcodes/aarch64-dis-2.c
@@ -9913,7 +9913,7 @@ aarch64_opcode_lookup_1 (uint32_t word)
/* 33222222222211111111110000000000
10987654321098765432109876543210
000001x1101xxxxx000010xxxxxxxxxx
- uzip1. */
+ uzp1. */
return 2409;
}
else
@@ -9943,7 +9943,7 @@ aarch64_opcode_lookup_1 (uint32_t word)
/* 33222222222211111111110000000000
10987654321098765432109876543210
000001x1101xxxxx000011xxxxxxxxxx
- uzip2. */
+ uzp2. */
return 2410;
}
else