include/opcode/
[deliverable/binutils-gdb.git] / include / opcode / aarch64.h
index 9005c8cdd0146782e84d56dc30e723db6e732985..941e67814375576c99ca8170fe48fef9e88d01f5 100644 (file)
@@ -1,6 +1,6 @@
 /* AArch64 assembler/disassembler support.
 
-   Copyright 2009, 2010, 2011, 2012  Free Software Foundation, Inc.
+   Copyright 2009, 2010, 2011, 2012, 2013  Free Software Foundation, Inc.
    Contributed by ARM Ltd.
 
    This file is part of GNU Binutils.
@@ -424,6 +424,11 @@ enum aarch64_op
 
   OP_ROR_IMM,
 
+  OP_SXTL,
+  OP_SXTL2,
+  OP_UXTL,
+  OP_UXTL2,
+
   OP_TOTAL_NUM,                /* Pseudo.  */
 };
 
This page took 0.029607 seconds and 4 git commands to generate.