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

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 1596 to Rev 1597
    Reverse comparison

Rev 1596 → Rev 1597

/trunk/or1ksim/cpu/or32/or32.c
20,6 → 20,9
 
/*
* $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
* Fix most warnings issued by gcc4
*
927,7 → 930,7
{
args++;
type |= OPTYPE_REG;
if(args[1] == 'D')
if(*args == 'D')
type |= OPTYPE_DST;
}
else if (isalpha (*args))
/trunk/gen_or1k_isa/sources/or32.c
20,6 → 20,9
 
/*
* $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
* Fix most warnings issued by gcc4
*
927,7 → 930,7
{
args++;
type |= OPTYPE_REG;
if(args[1] == 'D')
if(*args == 'D')
type |= OPTYPE_DST;
}
else if (isalpha (*args))
/trunk/gen_or1k_isa/sources/opcode/or32.c
20,6 → 20,9
 
/*
* $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
* Fix most warnings issued by gcc4
*
927,7 → 930,7
{
args++;
type |= OPTYPE_REG;
if(args[1] == 'D')
if(*args == 'D')
type |= OPTYPE_DST;
}
else if (isalpha (*args))
/trunk/insight/opcodes/or32.c
20,6 → 20,9
 
/*
* $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
* Fix most warnings issued by gcc4
*
927,7 → 930,7
{
args++;
type |= OPTYPE_REG;
if(args[1] == 'D')
if(*args == 'D')
type |= OPTYPE_DST;
}
else if (isalpha (*args))

powered by: WebSVN 2.1.0

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