[BACK]Return to v850.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / include / opcode

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/include/opcode/v850.h between version 1.5 and 1.6

version 1.5, 2018/04/14 15:49:44 version 1.6, 2020/04/03 17:51:13
Line 1 
Line 1 
 /* v850.h -- Header file for NEC V850 opcode table  /* v850.h -- Header file for NEC V850 opcode table
    Copyright (C) 1996-2016 Free Software Foundation, Inc.     Copyright (C) 1996-2018 Free Software Foundation, Inc.
    Written by J.T. Conklin, Cygnus Support     Written by J.T. Conklin, Cygnus Support
   
    This file is part of GDB, GAS, and the GNU binutils.     This file is part of GDB, GAS, and the GNU binutils.
Line 230  extern const struct v850_operand v850_op
Line 230  extern const struct v850_operand v850_op
 /* The operand has '%' prefix.  */  /* The operand has '%' prefix.  */
 #define V850_OPERAND_PERCENT    0x200000  #define V850_OPERAND_PERCENT    0x200000
   
 /* This operand is a cache oparation.  */  /* This operand is a cache operation.  */
 #define V850_OPERAND_CACHEOP    0x400000  #define V850_OPERAND_CACHEOP    0x400000
   
 /* This operand is a prefetch oparation.  */  /* This operand is a prefetch operation.  */
 #define V850_OPERAND_PREFOP     0x800000  #define V850_OPERAND_PREFOP     0x800000
   
 /* A PC-relative displacement where a positive value indicates a backwards displacement.  */  /* A PC-relative displacement where a positive value indicates a backwards displacement.  */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>