OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc3/] [gen_or1k_isa/] [sources/] [opcode/] [or32.c] - Diff between revs 1590 and 1597

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1590 Rev 1597
Line 18... Line 18...
along with this program; if not, write to the Free Software
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 
/*
/*
 * $Log: not supported by cvs2svn $
 * $Log: not supported by cvs2svn $
 
 * Revision 1.48  2005/11/03 19:01:50  lampret
 
 * Added l.fl1
 
 *
 * Revision 1.47  2005/09/05 08:47:44  nogj
 * Revision 1.47  2005/09/05 08:47:44  nogj
 * Fix most warnings issued by gcc4
 * Fix most warnings issued by gcc4
 *
 *
 * Revision 1.46  2005/08/18 22:13:27  phoenix
 * Revision 1.46  2005/08/18 22:13:27  phoenix
 * fixed l.maci encoding
 * fixed l.maci encoding
Line 925... Line 928...
    {
    {
      if (*args == 'r')
      if (*args == 'r')
        {
        {
          args++;
          args++;
          type |= OPTYPE_REG;
          type |= OPTYPE_REG;
          if(args[1] == 'D')
          if(*args == 'D')
            type |= OPTYPE_DST;
            type |= OPTYPE_DST;
        }
        }
      else if (isalpha (*args))
      else if (isalpha (*args))
        {
        {
          unsigned long arg;
          unsigned long arg;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.