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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [or1ksim/] [cpu/] [or32/] [or32.c] - Diff between revs 1557 and 1590

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

Rev 1557 Rev 1590
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.47  2005/09/05 08:47:44  nogj
 
 * 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
 *
 *
 * Revision 1.45  2005/04/27 19:13:13  nogj
 * Revision 1.45  2005/04/27 19:13:13  nogj
 * l.rfe does not have a delay slot.  Don't mark it as such.
 * l.rfe does not have a delay slot.  Don't mark it as such.
Line 553... Line 556...
  EF(l_extwz), 0, it_move },
  EF(l_extwz), 0, it_move },
{ "l.cmov",    "rD,rA,rB",     "11 0x8  DDDDD AAAAA BBBB B-00 ---- 0xE",
{ "l.cmov",    "rD,rA,rB",     "11 0x8  DDDDD AAAAA BBBB B-00 ---- 0xE",
  EF(l_cmov), OR32_R_FLAG, it_move },
  EF(l_cmov), OR32_R_FLAG, it_move },
{ "l.ff1",     "rD,rA",     "11 0x8  DDDDD AAAAA ---- --00 ---- 0xF", EFI, 0,
{ "l.ff1",     "rD,rA",     "11 0x8  DDDDD AAAAA ---- --00 ---- 0xF", EFI, 0,
  it_arith },
  it_arith },
 
{ "l.fl1",     "rD,rA",     "11 0x8  DDDDD AAAAA ---- --01 ---- 0xF", EFI, 0,
 
  it_arith },
 
 
{ "l.sfeq",    "rA,rB",        "11 0x9  00000 AAAAA BBBB B--- ---- ----",
{ "l.sfeq",    "rA,rB",        "11 0x9  00000 AAAAA BBBB B--- ---- ----",
  EF(l_sfeq), OR32_W_FLAG, it_compare },
  EF(l_sfeq), OR32_W_FLAG, it_compare },
{ "l.sfne",    "rA,rB",        "11 0x9  00001 AAAAA BBBB B--- ---- ----",
{ "l.sfne",    "rA,rB",        "11 0x9  00001 AAAAA BBBB B--- ---- ----",
  EF(l_sfne), OR32_W_FLAG, it_compare },
  EF(l_sfne), OR32_W_FLAG, it_compare },

powered by: WebSVN 2.1.0

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