[BACK]Return to nds32-asm.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / opcodes

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/opcodes/nds32-asm.h between version 1.3 and 1.3.2.1

version 1.3, 2018/04/14 15:49:47 version 1.3.2.1, 2020/04/08 14:06:02
Line 1 
Line 1 
 /* 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-2018 Free Software Foundation, Inc.
    Contributed by Andes Technology Corporation.     Contributed by Andes Technology Corporation.
   
    This file is part of BFD, the Binary File Descriptor library.     This file is part of BFD, the Binary File Descriptor library.
Line 279  extern void nds32_asm_init (nds32_asm_de
Line 279  extern void nds32_asm_init (nds32_asm_de
 #define ALU2(sub)       (OP6 (ALU2) | N32_ALU2_ ## sub)  #define ALU2(sub)       (OP6 (ALU2) | N32_ALU2_ ## sub)
 #define MISC(sub)       (OP6 (MISC) | N32_MISC_ ## sub)  #define MISC(sub)       (OP6 (MISC) | N32_MISC_ ## sub)
 #define MEM(sub)        (OP6 (MEM) | N32_MEM_ ## 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(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) \  #define FS1_F2OP(sub)   (OP6 (COP) | N32_FPU_FS1 | (N32_FPU_FS1_F2OP << 6) \
                         | (N32_FPU_FS1_F2OP_ ## sub << 10))                          | (N32_FPU_FS1_F2OP_ ## sub << 10))

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

CVSweb <webmaster@jp.NetBSD.org>