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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [or1ksim/] [cpu/] [or32/] [or32.c] - Diff between revs 1597 and 1605

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

Rev 1597 Rev 1605
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.49  2005/11/06 16:23:07  nogj
 
 * Fix parsing the destination register
 
 *
 * Revision 1.48  2005/11/03 19:01:50  lampret
 * Revision 1.48  2005/11/03 19:01:50  lampret
 * Added l.fl1
 * 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
Line 557... Line 560...
  EF(l_exthz), 0, it_move },
  EF(l_exthz), 0, it_move },
{ "l.extwz",   "rD,rA",     "11 0x8  DDDDD AAAAA ---- --00 01-- 0xD",
{ "l.extwz",   "rD,rA",     "11 0x8  DDDDD AAAAA ---- --00 01-- 0xD",
  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",
  it_arith },
  EF(l_ff1), 0, it_arith },
{ "l.fl1",     "rD,rA",     "11 0x8  DDDDD AAAAA ---- --01 ---- 0xF", EFI, 0,
{ "l.fl1",     "rD,rA",     "11 0x8  DDDDD AAAAA ---- --01 ---- 0xF", EFI, 0,
  it_arith },
  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 },

powered by: WebSVN 2.1.0

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