insns.h: Add BMI1 and BMI2 flags for further usage
authorJasper Neuman <jasper.neumann@web.de>
Wed, 6 Jul 2011 20:03:49 +0000 (00:03 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 6 Jul 2011 20:03:49 +0000 (00:03 +0400)
Signed-off-by: Jasper Neuman <jasper.neumann@web.de>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
insns.h

diff --git a/insns.h b/insns.h
index 173a416..1957dae 100644 (file)
--- a/insns.h
+++ b/insns.h
@@ -110,6 +110,8 @@ extern const uint8_t nasm_bytecodes[];
 #define IF_AVX    0x00800000UL  /* HACK NEED TO REORGANIZE THESE BITS */
 #define IF_AVX2   0x00800000UL  /* HACK NEED TO REORGANIZE THESE BITS */
 #define IF_FMA    0x00800000UL  /* HACK NEED TO REORGANIZE THESE BITS */
+#define IF_BMI1   0x00800000UL  /* HACK NEED TO REORGANIZE THESE BITS */
+#define IF_BMI2   0x00800000UL  /* HACK NEED TO REORGANIZE THESE BITS */
 #define IF_PMASK  0xFF000000UL  /* the mask for processor types */
 #define IF_PLEVEL 0x0F000000UL  /* the mask for processor instr. level */
                                 /* also the highest possible processor */