X86: Merge AVX512F vmovq
[deliverable/binutils-gdb.git] / opcodes / mips-formats.h
index afc9e4a6b737508998cbeafd5ba25f3d68bf452c..9bf76010f0c037045657d88ddfc204994cc79177 100644 (file)
@@ -1,5 +1,5 @@
 /* mips-formats.h
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2016 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
     static const struct mips_operand op = { OP_##TYPE, SIZE, LSB }; \
     return &op; \
   }
+
+#define PREV_CHECK(SIZE, LSB, GT_OK, LT_OK, EQ_OK, ZERO_OK) \
+  { \
+    static const struct mips_check_prev_operand op = { \
+      { OP_CHECK_PREV, SIZE, LSB }, GT_OK, LT_OK, EQ_OK, ZERO_OK \
+    }; \
+    return &op.root; \
+  }
This page took 0.023455 seconds and 4 git commands to generate.