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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [opcodes/] [crx-opc.c] - Diff between revs 18 and 166

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

Rev 18 Rev 166
Line 1... Line 1...
/* crx-opc.c -- Table of opcodes for the CRX processor.
/* crx-opc.c -- Table of opcodes for the CRX processor.
   Copyright 2004, 2005, 2007 Free Software Foundation, Inc.
   Copyright 2004, 2005, 2007, 2012 Free Software Foundation, Inc.
   Contributed by Tomer Levi NSC, Israel.
   Contributed by Tomer Levi NSC, Israel.
   Originally written for GAS 2.12 by Tomer Levi.
   Originally written for GAS 2.12 by Tomer Levi.
 
 
   This file is part of the GNU opcodes library.
   This file is part of the GNU opcodes library.
 
 
Line 699... Line 699...
    cst4_map[N]   -->>          N
    cst4_map[N]   -->>          N
 
 
Example (for N=5):
Example (for N=5):
 
 
    cst4_map[5]=-4  -->>        5               */
    cst4_map[5]=-4  -->>        5               */
const long cst4_map[] =
const int cst4_map[] =
{
{
  0, 1, 2, 3, 4, -4, -1, 7, 8, 16, 32, 20, 12, 48
  0, 1, 2, 3, 4, -4, -1, 7, 8, 16, 32, 20, 12, 48
};
};
 
 
const int cst4_maps = ARRAY_SIZE (cst4_map);
const int cst4_maps = ARRAY_SIZE (cst4_map);

powered by: WebSVN 2.1.0

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