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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [include/] [opcode/] [or32.h] - Diff between revs 703 and 706

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

Rev 703 Rev 706
Line 71... Line 71...
     O   An immediate operand, range . (unused) */
     O   An immediate operand, range . (unused) */
  char *args;
  char *args;
 
 
  /* Opcode and operand encoding. */
  /* Opcode and operand encoding. */
  char *encoding;
  char *encoding;
 
 
 
#if defined HAS_EXECUTION && !SIMPLE_EXECUTION
 
  char *function_name;
 
#else /* defined HAS_EXECUTION && !SIMPLE_EXECUTION */
  void (*exec)();
  void (*exec)();
 
#endif /* defined HAS_EXECUTION && !SIMPLE_EXECUTION */
 
 
  unsigned int flags;
  unsigned int flags;
};
};
 
 
#define OPTYPE_LAST (0x80000000)
#define OPTYPE_LAST (0x80000000)
#define OPTYPE_OP   (0x40000000)
#define OPTYPE_OP   (0x40000000)

powered by: WebSVN 2.1.0

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