| Line 1... | 
        Line 1... | 
      
      
        /* crx.h -- Header file for CRX opcode and register tables.
  | 
        /* crx.h -- Header file for CRX opcode and register tables.
  | 
      
      
           Copyright 2004, 2010 Free Software Foundation, Inc.
  | 
           Copyright 2004, 2010, 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, NSC, Israel.
  | 
           Originally written for GAS 2.12 by Tomer Levi, NSC, Israel.
  | 
      
      
           Updates, BFDizing, GNUifying and ELF support by Tomer Levi.
  | 
           Updates, BFDizing, GNUifying and ELF support by Tomer Levi.
  | 
      
      
         
  | 
         
  | 
      
      
           This file is part of GAS, GDB and the GNU binutils.
  | 
           This file is part of GAS, GDB and the GNU binutils.
  | 
      
      
        | Line 382... | 
        Line 382... | 
      
      
        extern const trap_entry crx_traps[];
  | 
        extern const trap_entry crx_traps[];
  | 
      
      
        extern const int crx_num_traps;
  | 
        extern const int crx_num_traps;
  | 
      
      
        #define NUMTRAPS crx_num_traps
  | 
        #define NUMTRAPS crx_num_traps
  | 
      
      
         
  | 
         
  | 
      
      
        /* cst4 operand mapping.  */
  | 
        /* cst4 operand mapping.  */
  | 
      
      
        extern const long cst4_map[];
  | 
        extern const int cst4_map[];
  | 
      
      
        extern const int cst4_maps;
  | 
        extern const int cst4_maps;
  | 
      
      
         
  | 
         
  | 
      
      
        /* Table of instructions with no operands.  */
  | 
        /* Table of instructions with no operands.  */
  | 
      
      
        extern const char* no_op_insn[];
  | 
        extern const char* no_op_insn[];
  | 
      
      
         
  | 
         
  |