Enable Intel AVX512_VNNI instructions.
[deliverable/binutils-gdb.git] / opcodes / nds32-asm.h
index a39a50ab8783217ee0254510c9da447c02410f62..f5352e7e688590aa2a38dc1ef7be1107274821a7 100644 (file)
@@ -1,5 +1,5 @@
 /* NDS32-specific support for 32-bit ELF.
 /* NDS32-specific support for 32-bit ELF.
-   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Contributed by Andes Technology Corporation.
 
    This file is part of BFD, the Binary File Descriptor library.
    Contributed by Andes Technology Corporation.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -279,7 +279,7 @@ extern void nds32_asm_init (nds32_asm_desc_t *, int);
 #define ALU2(sub)      (OP6 (ALU2) | N32_ALU2_ ## sub)
 #define MISC(sub)      (OP6 (MISC) | N32_MISC_ ## sub)
 #define MEM(sub)       (OP6 (MEM) | N32_MEM_ ## sub)
 #define ALU2(sub)      (OP6 (ALU2) | N32_ALU2_ ## sub)
 #define MISC(sub)      (OP6 (MISC) | N32_MISC_ ## sub)
 #define MEM(sub)       (OP6 (MEM) | N32_MEM_ ## sub)
-#define FPU_RA_IMMBI(sub)      (OP6 (sub) | __BIT (12))
+#define FPU_RA_IMMBI(sub)      (OP6 (sub) | N32_BIT (12))
 #define FS1(sub)       (OP6 (COP) | N32_FPU_FS1 | (N32_FPU_FS1_ ## sub << 6))
 #define FS1_F2OP(sub)  (OP6 (COP) | N32_FPU_FS1 | (N32_FPU_FS1_F2OP << 6) \
                        | (N32_FPU_FS1_F2OP_ ## sub << 10))
 #define FS1(sub)       (OP6 (COP) | N32_FPU_FS1 | (N32_FPU_FS1_ ## sub << 6))
 #define FS1_F2OP(sub)  (OP6 (COP) | N32_FPU_FS1 | (N32_FPU_FS1_F2OP << 6) \
                        | (N32_FPU_FS1_F2OP_ ## sub << 10))
This page took 0.039233 seconds and 4 git commands to generate.