[ARM] Add ARMv8.3 VJCVT instruction
[deliverable/binutils-gdb.git] / opcodes / arm-dis.c
index 87d4930b30fd9fef9880dbe803abaafc583c27a2..0380d372adad0f57281131dd5b86a965730fc98b 100644 (file)
@@ -971,6 +971,10 @@ static const struct opcode32 coprocessor_opcodes[] =
   {ARM_FEATURE_CORE_HIGH (ARM_EXT2_FP16_INST),
     0x0e300940, 0x0fb00f50, "vsub%c.f16\t%y1, %y2, %y0"},
 
+  /* ARMv8.3 javascript conversion instruction.  */
+  {ARM_FEATURE_CORE_HIGH (ARM_EXT2_V8_3A),
+    0x0eb90bc0, 0x0fbf0fd0, "vjcvt%c.s32.f64\t%y1, %z0"},
+
   {ARM_FEATURE_CORE_LOW (0), 0, 0, 0}
 };
 
This page took 0.027674 seconds and 4 git commands to generate.