[BACK]Return to m32r-ibld.c 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/m32r-ibld.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2016/01/26 17:26:54 version 1.1.1.1.2.1, 2016/11/04 14:44:45
Line 3 
Line 3 
    THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator.     THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator.
    - the resultant file is machine generated, cgen-ibld.in isn't     - the resultant file is machine generated, cgen-ibld.in isn't
   
    Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2005, 2006, 2007,     Copyright (C) 1996-2015 Free Software Foundation, Inc.
    2008, 2010  Free Software Foundation, Inc.  
   
    This file is part of libopcodes.     This file is part of libopcodes.
   
Line 155  insert_normal (CGEN_CPU_DESC cd,
Line 154  insert_normal (CGEN_CPU_DESC cd,
     {      {
       long minval = - (1L << (length - 1));        long minval = - (1L << (length - 1));
       unsigned long maxval = mask;        unsigned long maxval = mask;
   
       if ((value > 0 && (unsigned long) value > maxval)        if ((value > 0 && (unsigned long) value > maxval)
           || value < minval)            || value < minval)
         {          {
Line 193  insert_normal (CGEN_CPU_DESC cd,
Line 192  insert_normal (CGEN_CPU_DESC cd,
         {          {
           long minval = - (1L << (length - 1));            long minval = - (1L << (length - 1));
           long maxval =   (1L << (length - 1)) - 1;            long maxval =   (1L << (length - 1)) - 1;
   
           if (value < minval || value > maxval)            if (value < minval || value > maxval)
             {              {
               sprintf                sprintf
Line 804  m32r_cgen_extract_operand (CGEN_CPU_DESC
Line 803  m32r_cgen_extract_operand (CGEN_CPU_DESC
   return length;    return length;
 }  }
   
 cgen_insert_fn * const m32r_cgen_insert_handlers[] =  cgen_insert_fn * const m32r_cgen_insert_handlers[] =
 {  {
   insert_insn_normal,    insert_insn_normal,
 };  };
   
 cgen_extract_fn * const m32r_cgen_extract_handlers[] =  cgen_extract_fn * const m32r_cgen_extract_handlers[] =
 {  {
   extract_insn_normal,    extract_insn_normal,
 };  };

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb <webmaster@jp.NetBSD.org>