diff options
author | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2012-08-24 08:02:09 +0000 |
---|---|---|
committer | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2012-08-24 08:02:09 +0000 |
commit | b79f7053dd3e33f7b5e61bac1f94be303b14fe77 (patch) | |
tree | 66f9c332aff71a14104a5cbded152d0b7071d9cf /opcodes/arm-dis.c | |
parent | 53c4b28b4f873fd41d158eb9f23b2d07e2780b98 (diff) | |
download | gdb-b79f7053dd3e33f7b5e61bac1f94be303b14fe77.zip gdb-b79f7053dd3e33f7b5e61bac1f94be303b14fe77.tar.gz gdb-b79f7053dd3e33f7b5e61bac1f94be303b14fe77.tar.bz2 |
* gas/config/tc-arm.c (insns): Add DCPS instruction.
* gas/testsuite/gas/arm/armv8-a.d: Update.
* gas/testsuite/gas/arm/armv8-a.s: Likewise.
* opcodes/arm-dis.c (thumb32_opcodes): Add DCPS instruction.
Diffstat (limited to 'opcodes/arm-dis.c')
-rw-r--r-- | opcodes/arm-dis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index 5a450d7..6ee016f 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -1421,6 +1421,7 @@ static const struct opcode32 thumb32_opcodes[] = { /* V8 instructions. */ {ARM_EXT_V8, 0xf3af8005, 0xffffffff, "sevl%c.w"}, + {ARM_EXT_V8, 0xf78f8000, 0xfffffffc, "dcps%0-1d"}, /* V7 instructions. */ {ARM_EXT_V7, 0xf910f000, 0xff70f000, "pli%c\t%a"}, |