]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gas/config/tc-arm.c (insns): Add DCPS instruction.
authorMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Fri, 24 Aug 2012 08:02:09 +0000 (08:02 +0000)
committerMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Fri, 24 Aug 2012 08:02:09 +0000 (08:02 +0000)
* 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.

gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/armv8-a.d
gas/testsuite/gas/arm/armv8-a.s
opcodes/ChangeLog
opcodes/arm-dis.c

index 785bf088f77a14b307fb9d62d03dc5eba1309524..34beb860672867cdc2ae7b09882a21183974acd4 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-24  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * config/tc-arm.c (insns): Add DCPS instruction.
+
 2012-08-24  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
 
        * config/tc-arm.c (T16_32_TAB): Add _sevl.
index cfcdecb69b1ddf00c8daa72960a9d3fd202eb57f..1c5eb3100dbcfa4932248ea3355724f530edb7f7 100644 (file)
@@ -17975,6 +17975,12 @@ static const struct asm_opcode insns[] =
 
  tCE("sevl",   320f005, _sevl,    0, (),               noargs, t_hint),
 
+#undef ARM_VARIANT
+#define ARM_VARIANT  NULL
+ TUF("dcps1",  0,       f78f8001, 0, (),       noargs, noargs),
+ TUF("dcps2",  0,       f78f8002, 0, (),       noargs, noargs),
+ TUF("dcps3",  0,       f78f8003, 0, (),       noargs, noargs),
+
 #undef  ARM_VARIANT
 #define ARM_VARIANT  & fpu_fpa_ext_v1  /* Core FPA instruction set (V1).  */
 #undef  THUMB_VARIANT
index a890b8061b36c4c2ad93e72919e4588380d5f602..1fb915bf0ff49c731a3d9a19e7a16150beabbc82 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-24  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * gas/arm/armv8-a.d: Update.
+       * gas/arm/armv8-a.s: Likewise.
+
 2012-08-24  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
 
        * gas/arm/armv8-a.s: New testcase.
index f5589109056dfec71f94a6f8d21125e63b132b36..52fcf71ce42a1ef5845526e14db1e360b20a1351 100644 (file)
@@ -8,3 +8,6 @@ Disassembly of section .text:
 0[0-9a-f]+ <[^>]+> bf50        sevl
 0[0-9a-f]+ <[^>]+> bf50        sevl
 0[0-9a-f]+ <[^>]+> f3af 8005   sevl.w
+0[0-9a-f]+ <[^>]+> f78f 8001   dcps1
+0[0-9a-f]+ <[^>]+> f78f 8002   dcps2
+0[0-9a-f]+ <[^>]+> f78f 8003   dcps3
index 000a5a7e93a8037493de0199975f3f15e465b866..4e097b1b05150b8cd3219cc7aa7176992a16c81a 100644 (file)
@@ -12,3 +12,6 @@ bar:
        sevl
        sevl.n
        sevl.w
+       dcps1
+       dcps2
+       dcps3
index b60b6afe4c22b73111d55eaa02a58b42d3667e2b..ac0e8914ffb0b6ca04692ed674fcb94bc4f2f8dd 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-24  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * arm-dis.c (thumb32_opcodes): Add DCPS instruction.
+
 2012-08-24  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
 
        * arm-dis.c (arm_opcodes): Add SEVL.
index 5a450d737dfbfc1229d5530578ae1ffccd3a17fc..6ee016f7e158f7450f841cbbc925763d315669ec 100644 (file)
@@ -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"},