Fix the mask for the sqrdml(a|s)h instructions.
[deliverable/binutils-gdb.git] / opcodes / nds32-asm.h
index e5d5554955a2383f83942c8335891f16761c542f..c67e590c641c91d8a3b473820bace00f2c2d6e8d 100644 (file)
@@ -1,5 +1,5 @@
 /* NDS32-specific support for 32-bit ELF.
-   Copyright (C) 2012-2017 Free Software Foundation, Inc.
+   Copyright (C) 2012-2018 Free Software Foundation, Inc.
    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 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))
This page took 0.024649 seconds and 4 git commands to generate.