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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc1/] [gen_or1k_isa/] [sources/] [or32.c] - Diff between revs 1384 and 1440

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

Rev 1384 Rev 1440
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.42  2005/03/16 12:25:56  nogj
 
 * Fix the parameters to the l.ff1/l.maci instructions
 
 *
 * Revision 1.41  2005/02/09 17:41:03  nogj
 * Revision 1.41  2005/02/09 17:41:03  nogj
 * Mark a simulated cpu address as such, by introducing the new oraddr_t type
 * Mark a simulated cpu address as such, by introducing the new oraddr_t type
 *
 *
 * Revision 1.40  2005/01/27 14:14:13  nogj
 * Revision 1.40  2005/01/27 14:14:13  nogj
 * Remove the global op structure
 * Remove the global op structure
Line 142... Line 145...
{ "l.movhi",   "rD,K",         "00 0x6  DDDDD ----0 KKKK KKKK KKKK KKKK",
{ "l.movhi",   "rD,K",         "00 0x6  DDDDD ----0 KKKK KKKK KKKK KKKK",
  EF(l_movhi), 0, it_movimm },
  EF(l_movhi), 0, it_movimm },
{ "l.macrc",   "rD",           "00 0x6  DDDDD ----1 0000 0000 0000 0000",
{ "l.macrc",   "rD",           "00 0x6  DDDDD ----1 0000 0000 0000 0000",
  EF(l_macrc), 0, it_mac },
  EF(l_macrc), 0, it_mac },
{ "l.sys",     "K",            "00 0x8  00000 00000 KKKK KKKK KKKK KKKK",
{ "l.sys",     "K",            "00 0x8  00000 00000 KKKK KKKK KKKK KKKK",
  EF(l_sys), 0, it_unknown },
  EF(l_sys), 0, it_exception },
{ "l.trap",    "K",            "00 0x8  01000 00000 KKKK KKKK KKKK KKKK",
{ "l.trap",    "K",            "00 0x8  01000 00000 KKKK KKKK KKKK KKKK",
  EF(l_trap), 0, it_unknown },
  EF(l_trap), 0, it_exception },
{ "l.msync",   "",             "00 0x8  10000 00000 0000 0000 0000 0000", EFN,
{ "l.msync",   "",             "00 0x8  10000 00000 0000 0000 0000 0000", EFN,
  0, it_unknown },
  0, it_unknown },
{ "l.psync",   "",             "00 0x8  10100 00000 0000 0000 0000 0000", EFN,
{ "l.psync",   "",             "00 0x8  10100 00000 0000 0000 0000 0000", EFN,
  0, it_unknown },
  0, it_unknown },
{ "l.csync",   "",             "00 0x8  11000 00000 0000 0000 0000 0000", EFN,
{ "l.csync",   "",             "00 0x8  11000 00000 0000 0000 0000 0000", EFN,

powered by: WebSVN 2.1.0

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