summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Neuman <jasper.neumann@web.de>2011-07-07 00:03:49 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2011-07-07 00:03:49 +0400
commit619bfc87d179dd309edc4d251677e64f056cbdc2 (patch)
treeb098beb6230482966de8fbae0b460391b74d2700
parent4e409629185ff2dae770735fa91000cad38563c3 (diff)
downloadnasm-619bfc87d179dd309edc4d251677e64f056cbdc2.tar.gz
insns.h: Add BMI1 and BMI2 flags for further usage
Signed-off-by: Jasper Neuman <jasper.neumann@web.de> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--insns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/insns.h b/insns.h
index 173a4165..1957dae3 100644
--- 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 */