forked from Imagelibrary/binutils-gdb
Added Files:
ChangeLog config.in configure configure.ac cr16_sim.h endian.c gencode.c interp.c Makefile.in simops.c: Add these file for CR16 target simulator.
This commit is contained in:
5
sim/cr16/ChangeLog
Normal file
5
sim/cr16/ChangeLog
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
|
||||||
|
|
||||||
|
* ChangeLog, Makefile.in, configure, configure.in, cr16_sim.h,
|
||||||
|
gencode.c, interp.c, simops.c, endian.c: Created.
|
||||||
|
|
||||||
53
sim/cr16/Makefile.in
Normal file
53
sim/cr16/Makefile.in
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
# Makefile template for Configure for the D10v sim library.
|
||||||
|
# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
|
||||||
|
# Written by Cygnus Support.
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
## COMMON_PRE_CONFIG_FRAG
|
||||||
|
|
||||||
|
SIM_OBJS = interp.o table.o simops.o endian.o sim-load.o
|
||||||
|
SIM_EXTRA_CLEAN = clean-extra
|
||||||
|
SIM_EXTRA_CFLAGS = -DNEED_UI_LOOP_HOOK -DSIM_HAVE_ENVIRONMENT
|
||||||
|
|
||||||
|
INCLUDE = cr16_sim.h $(srcroot)/include/gdb/callback.h targ-vals.h endian.c \
|
||||||
|
$(srcroot)/include/gdb/sim-cr16.h
|
||||||
|
|
||||||
|
# This selects the cr16 newlib/libgloss syscall definitions.
|
||||||
|
NL_TARGET = -DNL_TARGET_cr16
|
||||||
|
|
||||||
|
## COMMON_POST_CONFIG_FRAG
|
||||||
|
|
||||||
|
simops.h: gencode
|
||||||
|
./gencode -h >$@
|
||||||
|
|
||||||
|
table.c: gencode simops.h
|
||||||
|
./gencode >$@
|
||||||
|
|
||||||
|
gencode.o: gencode.c $(INCLUDE)
|
||||||
|
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gencode.c
|
||||||
|
|
||||||
|
cr16-opc.o: $(srcdir)/../../opcodes/cr16-opc.c
|
||||||
|
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/../../opcodes/cr16-opc.c
|
||||||
|
|
||||||
|
gencode: gencode.o cr16-opc.o
|
||||||
|
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o cr16-opc.o $(BUILD_LIB)
|
||||||
|
|
||||||
|
clean-extra:
|
||||||
|
rm -f table.c simops.h gencode
|
||||||
|
|
||||||
|
interp.o: interp.c table.c $(INCLUDE)
|
||||||
|
simops.o: simops.c simops.h $(INCLUDE)
|
||||||
|
endian.o: endian.c $(INCLUDE)
|
||||||
|
table.o: table.c
|
||||||
158
sim/cr16/config.in
Normal file
158
sim/cr16/config.in
Normal file
@@ -0,0 +1,158 @@
|
|||||||
|
/* config.in. Generated automatically from configure.in by autoheader. */
|
||||||
|
|
||||||
|
/* Define if using alloca.c. */
|
||||||
|
#undef C_ALLOCA
|
||||||
|
|
||||||
|
/* Define to empty if the keyword does not work. */
|
||||||
|
#undef const
|
||||||
|
|
||||||
|
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
|
||||||
|
This function is required for alloca.c support on those systems. */
|
||||||
|
#undef CRAY_STACKSEG_END
|
||||||
|
|
||||||
|
/* Define if you have alloca, as a function or macro. */
|
||||||
|
#undef HAVE_ALLOCA
|
||||||
|
|
||||||
|
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
|
||||||
|
#undef HAVE_ALLOCA_H
|
||||||
|
|
||||||
|
/* Define if you have a working `mmap' system call. */
|
||||||
|
#undef HAVE_MMAP
|
||||||
|
|
||||||
|
/* Define as __inline if that's what the C compiler calls it. */
|
||||||
|
#undef inline
|
||||||
|
|
||||||
|
/* Define to `long' if <sys/types.h> doesn't define. */
|
||||||
|
#undef off_t
|
||||||
|
|
||||||
|
/* Define if you need to in order for stat and other things to work. */
|
||||||
|
#undef _POSIX_SOURCE
|
||||||
|
|
||||||
|
/* Define as the return type of signal handlers (int or void). */
|
||||||
|
#undef RETSIGTYPE
|
||||||
|
|
||||||
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
||||||
|
#undef size_t
|
||||||
|
|
||||||
|
/* If using the C implementation of alloca, define if you know the
|
||||||
|
direction of stack growth for your system; otherwise it will be
|
||||||
|
automatically deduced at run-time.
|
||||||
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||||
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||||
|
STACK_DIRECTION = 0 => direction of growth unknown
|
||||||
|
*/
|
||||||
|
#undef STACK_DIRECTION
|
||||||
|
|
||||||
|
/* Define if you have the ANSI C header files. */
|
||||||
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
|
/* Define to 1 if NLS is requested. */
|
||||||
|
#undef ENABLE_NLS
|
||||||
|
|
||||||
|
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
|
||||||
|
#undef HAVE_GETTEXT
|
||||||
|
|
||||||
|
/* Define as 1 if you have the stpcpy function. */
|
||||||
|
#undef HAVE_STPCPY
|
||||||
|
|
||||||
|
/* Define if your locale.h file contains LC_MESSAGES. */
|
||||||
|
#undef HAVE_LC_MESSAGES
|
||||||
|
|
||||||
|
/* Define if you have the __argz_count function. */
|
||||||
|
#undef HAVE___ARGZ_COUNT
|
||||||
|
|
||||||
|
/* Define if you have the __argz_next function. */
|
||||||
|
#undef HAVE___ARGZ_NEXT
|
||||||
|
|
||||||
|
/* Define if you have the __argz_stringify function. */
|
||||||
|
#undef HAVE___ARGZ_STRINGIFY
|
||||||
|
|
||||||
|
/* Define if you have the __setfpucw function. */
|
||||||
|
#undef HAVE___SETFPUCW
|
||||||
|
|
||||||
|
/* Define if you have the dcgettext function. */
|
||||||
|
#undef HAVE_DCGETTEXT
|
||||||
|
|
||||||
|
/* Define if you have the getcwd function. */
|
||||||
|
#undef HAVE_GETCWD
|
||||||
|
|
||||||
|
/* Define if you have the getpagesize function. */
|
||||||
|
#undef HAVE_GETPAGESIZE
|
||||||
|
|
||||||
|
/* Define if you have the getrusage function. */
|
||||||
|
#undef HAVE_GETRUSAGE
|
||||||
|
|
||||||
|
/* Define if you have the munmap function. */
|
||||||
|
#undef HAVE_MUNMAP
|
||||||
|
|
||||||
|
/* Define if you have the putenv function. */
|
||||||
|
#undef HAVE_PUTENV
|
||||||
|
|
||||||
|
/* Define if you have the setenv function. */
|
||||||
|
#undef HAVE_SETENV
|
||||||
|
|
||||||
|
/* Define if you have the setlocale function. */
|
||||||
|
#undef HAVE_SETLOCALE
|
||||||
|
|
||||||
|
/* Define if you have the sigaction function. */
|
||||||
|
#undef HAVE_SIGACTION
|
||||||
|
|
||||||
|
/* Define if you have the stpcpy function. */
|
||||||
|
#undef HAVE_STPCPY
|
||||||
|
|
||||||
|
/* Define if you have the strcasecmp function. */
|
||||||
|
#undef HAVE_STRCASECMP
|
||||||
|
|
||||||
|
/* Define if you have the strchr function. */
|
||||||
|
#undef HAVE_STRCHR
|
||||||
|
|
||||||
|
/* Define if you have the time function. */
|
||||||
|
#undef HAVE_TIME
|
||||||
|
|
||||||
|
/* Define if you have the <argz.h> header file. */
|
||||||
|
#undef HAVE_ARGZ_H
|
||||||
|
|
||||||
|
/* Define if you have the <fcntl.h> header file. */
|
||||||
|
#undef HAVE_FCNTL_H
|
||||||
|
|
||||||
|
/* Define if you have the <fpu_control.h> header file. */
|
||||||
|
#undef HAVE_FPU_CONTROL_H
|
||||||
|
|
||||||
|
/* Define if you have the <limits.h> header file. */
|
||||||
|
#undef HAVE_LIMITS_H
|
||||||
|
|
||||||
|
/* Define if you have the <locale.h> header file. */
|
||||||
|
#undef HAVE_LOCALE_H
|
||||||
|
|
||||||
|
/* Define if you have the <malloc.h> header file. */
|
||||||
|
#undef HAVE_MALLOC_H
|
||||||
|
|
||||||
|
/* Define if you have the <nl_types.h> header file. */
|
||||||
|
#undef HAVE_NL_TYPES_H
|
||||||
|
|
||||||
|
/* Define if you have the <stdlib.h> header file. */
|
||||||
|
#undef HAVE_STDLIB_H
|
||||||
|
|
||||||
|
/* Define if you have the <string.h> header file. */
|
||||||
|
#undef HAVE_STRING_H
|
||||||
|
|
||||||
|
/* Define if you have the <strings.h> header file. */
|
||||||
|
#undef HAVE_STRINGS_H
|
||||||
|
|
||||||
|
/* Define if you have the <sys/param.h> header file. */
|
||||||
|
#undef HAVE_SYS_PARAM_H
|
||||||
|
|
||||||
|
/* Define if you have the <sys/resource.h> header file. */
|
||||||
|
#undef HAVE_SYS_RESOURCE_H
|
||||||
|
|
||||||
|
/* Define if you have the <sys/time.h> header file. */
|
||||||
|
#undef HAVE_SYS_TIME_H
|
||||||
|
|
||||||
|
/* Define if you have the <time.h> header file. */
|
||||||
|
#undef HAVE_TIME_H
|
||||||
|
|
||||||
|
/* Define if you have the <unistd.h> header file. */
|
||||||
|
#undef HAVE_UNISTD_H
|
||||||
|
|
||||||
|
/* Define if you have the <values.h> header file. */
|
||||||
|
#undef HAVE_VALUES_H
|
||||||
6096
sim/cr16/configure
vendored
Normal file
6096
sim/cr16/configure
vendored
Normal file
File diff suppressed because it is too large
Load Diff
17
sim/cr16/configure.ac
Normal file
17
sim/cr16/configure.ac
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
AC_PREREQ(2.59)dnl
|
||||||
|
AC_INIT(Makefile.in)
|
||||||
|
AC_CONFIG_HEADER(config.h:config.in)
|
||||||
|
|
||||||
|
sinclude(../common/aclocal.m4)
|
||||||
|
|
||||||
|
# Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
|
||||||
|
# it by inlining the macro's contents.
|
||||||
|
sinclude(../common/common.m4)
|
||||||
|
|
||||||
|
SIM_AC_OPTION_WARNINGS
|
||||||
|
|
||||||
|
AC_CHECK_HEADERS(unistd.h)
|
||||||
|
|
||||||
|
|
||||||
|
SIM_AC_OUTPUT
|
||||||
473
sim/cr16/cr16_sim.h
Normal file
473
sim/cr16/cr16_sim.h
Normal file
@@ -0,0 +1,473 @@
|
|||||||
|
/* Simulation code for the CR16 processor.
|
||||||
|
Copyright (C) 2008 Free Software Foundation, Inc.
|
||||||
|
Contributed by M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
|
||||||
|
|
||||||
|
This file is part of GDB, the GNU debugger.
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 3, or (at your option)
|
||||||
|
any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
#include <limits.h>
|
||||||
|
#include "ansidecl.h"
|
||||||
|
#include "gdb/callback.h"
|
||||||
|
#include "opcode/cr16.h"
|
||||||
|
#include "bfd.h"
|
||||||
|
|
||||||
|
#define DEBUG_TRACE 0x00000001
|
||||||
|
#define DEBUG_VALUES 0x00000002
|
||||||
|
#define DEBUG_LINE_NUMBER 0x00000004
|
||||||
|
#define DEBUG_MEMSIZE 0x00000008
|
||||||
|
#define DEBUG_INSTRUCTION 0x00000010
|
||||||
|
#define DEBUG_TRAP 0x00000020
|
||||||
|
#define DEBUG_MEMORY 0x00000040
|
||||||
|
|
||||||
|
#ifndef DEBUG
|
||||||
|
#define DEBUG (DEBUG_TRACE | DEBUG_VALUES | DEBUG_LINE_NUMBER)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
extern int cr16_debug;
|
||||||
|
|
||||||
|
#include "gdb/remote-sim.h"
|
||||||
|
#include "sim-config.h"
|
||||||
|
#include "sim-types.h"
|
||||||
|
|
||||||
|
typedef unsigned8 uint8;
|
||||||
|
typedef signed8 int8;
|
||||||
|
typedef unsigned16 uint16;
|
||||||
|
typedef signed16 int16;
|
||||||
|
typedef unsigned32 uint32;
|
||||||
|
typedef signed32 int32;
|
||||||
|
typedef unsigned64 uint64;
|
||||||
|
typedef signed64 int64;
|
||||||
|
|
||||||
|
/* FIXME: CR16 defines */
|
||||||
|
typedef uint16 reg_t;
|
||||||
|
typedef uint32 creg_t;
|
||||||
|
|
||||||
|
struct simops
|
||||||
|
{
|
||||||
|
char mnimonic[6];
|
||||||
|
int size; // size
|
||||||
|
long mask;
|
||||||
|
long opcode;
|
||||||
|
int format;
|
||||||
|
char fname[10];
|
||||||
|
void (*func)();
|
||||||
|
int numops;
|
||||||
|
int operands[4];
|
||||||
|
};
|
||||||
|
|
||||||
|
enum _ins_type
|
||||||
|
{
|
||||||
|
INS_UNKNOWN, /* unknown instruction */
|
||||||
|
INS_NO_TYPE_INS,
|
||||||
|
INS_ARITH_INS,
|
||||||
|
INS_LD_STOR_INS,
|
||||||
|
INS_BRANCH_INS,
|
||||||
|
INS_ARITH_BYTE_INS,
|
||||||
|
INS_SHIFT_INS,
|
||||||
|
INS_BRANCH_NEQ_INS,
|
||||||
|
INS_STOR_IMM_INS,
|
||||||
|
INS_CSTBIT_INS,
|
||||||
|
INS_MAX
|
||||||
|
};
|
||||||
|
|
||||||
|
extern unsigned long ins_type_counters[ (int)INS_MAX ];
|
||||||
|
|
||||||
|
enum {
|
||||||
|
SP_IDX = 15,
|
||||||
|
};
|
||||||
|
|
||||||
|
/* Write-back slots */
|
||||||
|
union slot_data {
|
||||||
|
unsigned_1 _1;
|
||||||
|
unsigned_2 _2;
|
||||||
|
unsigned_4 _4;
|
||||||
|
};
|
||||||
|
struct slot {
|
||||||
|
void *dest;
|
||||||
|
int size;
|
||||||
|
union slot_data data;
|
||||||
|
union slot_data mask;
|
||||||
|
};
|
||||||
|
enum {
|
||||||
|
NR_SLOTS = 16
|
||||||
|
};
|
||||||
|
#define SLOT (State.slot)
|
||||||
|
#define SLOT_NR (State.slot_nr)
|
||||||
|
#define SLOT_PEND_MASK(DEST, MSK, VAL) \
|
||||||
|
do \
|
||||||
|
{ \
|
||||||
|
SLOT[SLOT_NR].dest = &(DEST); \
|
||||||
|
SLOT[SLOT_NR].size = sizeof (DEST); \
|
||||||
|
switch (sizeof (DEST)) \
|
||||||
|
{ \
|
||||||
|
case 1: \
|
||||||
|
SLOT[SLOT_NR].data._1 = (unsigned_1) (VAL); \
|
||||||
|
SLOT[SLOT_NR].mask._1 = (unsigned_1) (MSK); \
|
||||||
|
break; \
|
||||||
|
case 2: \
|
||||||
|
SLOT[SLOT_NR].data._2 = (unsigned_2) (VAL); \
|
||||||
|
SLOT[SLOT_NR].mask._2 = (unsigned_2) (MSK); \
|
||||||
|
break; \
|
||||||
|
case 4: \
|
||||||
|
SLOT[SLOT_NR].data._4 = (unsigned_4) (VAL); \
|
||||||
|
SLOT[SLOT_NR].mask._4 = (unsigned_4) (MSK); \
|
||||||
|
break; \
|
||||||
|
} \
|
||||||
|
SLOT_NR = (SLOT_NR + 1); \
|
||||||
|
} \
|
||||||
|
while (0)
|
||||||
|
#define SLOT_PEND(DEST, VAL) SLOT_PEND_MASK(DEST, 0, VAL)
|
||||||
|
#define SLOT_DISCARD() (SLOT_NR = 0)
|
||||||
|
#define SLOT_FLUSH() \
|
||||||
|
do \
|
||||||
|
{ \
|
||||||
|
int i; \
|
||||||
|
for (i = 0; i < SLOT_NR; i++) \
|
||||||
|
{ \
|
||||||
|
switch (SLOT[i].size) \
|
||||||
|
{ \
|
||||||
|
case 1: \
|
||||||
|
*(unsigned_1*) SLOT[i].dest &= SLOT[i].mask._1; \
|
||||||
|
*(unsigned_1*) SLOT[i].dest |= SLOT[i].data._1; \
|
||||||
|
break; \
|
||||||
|
case 2: \
|
||||||
|
*(unsigned_2*) SLOT[i].dest &= SLOT[i].mask._2; \
|
||||||
|
*(unsigned_2*) SLOT[i].dest |= SLOT[i].data._2; \
|
||||||
|
break; \
|
||||||
|
case 4: \
|
||||||
|
*(unsigned_4*) SLOT[i].dest &= SLOT[i].mask._4; \
|
||||||
|
*(unsigned_4*) SLOT[i].dest |= SLOT[i].data._4; \
|
||||||
|
break; \
|
||||||
|
} \
|
||||||
|
} \
|
||||||
|
SLOT_NR = 0; \
|
||||||
|
} \
|
||||||
|
while (0)
|
||||||
|
#define SLOT_DUMP() \
|
||||||
|
do \
|
||||||
|
{ \
|
||||||
|
int i; \
|
||||||
|
for (i = 0; i < SLOT_NR; i++) \
|
||||||
|
{ \
|
||||||
|
switch (SLOT[i].size) \
|
||||||
|
{ \
|
||||||
|
case 1: \
|
||||||
|
printf ("SLOT %d *0x%08lx & 0x%02x | 0x%02x\n", i, \
|
||||||
|
(long) SLOT[i].dest, \
|
||||||
|
(unsigned) SLOT[i].mask._1, \
|
||||||
|
(unsigned) SLOT[i].data._1); \
|
||||||
|
break; \
|
||||||
|
case 2: \
|
||||||
|
printf ("SLOT %d *0x%08lx & 0x%04x | 0x%04x\n", i, \
|
||||||
|
(long) SLOT[i].dest, \
|
||||||
|
(unsigned) SLOT[i].mask._2, \
|
||||||
|
(unsigned) SLOT[i].data._2); \
|
||||||
|
break; \
|
||||||
|
case 4: \
|
||||||
|
printf ("SLOT %d *0x%08lx & 0x%08x | 0x%08x\n", i, \
|
||||||
|
(long) SLOT[i].dest, \
|
||||||
|
(unsigned) SLOT[i].mask._4, \
|
||||||
|
(unsigned) SLOT[i].data._4); \
|
||||||
|
break; \
|
||||||
|
case 8: \
|
||||||
|
printf ("SLOT %d *0x%08lx & 0x%08x%08x | 0x%08x%08x\n", i, \
|
||||||
|
(long) SLOT[i].dest, \
|
||||||
|
(unsigned) (SLOT[i].mask._8 >> 32), \
|
||||||
|
(unsigned) SLOT[i].mask._8, \
|
||||||
|
(unsigned) (SLOT[i].data._8 >> 32), \
|
||||||
|
(unsigned) SLOT[i].data._8); \
|
||||||
|
break; \
|
||||||
|
} \
|
||||||
|
} \
|
||||||
|
} \
|
||||||
|
while (0)
|
||||||
|
|
||||||
|
/* cr16 memory: There are three separate cr16 memory regions IMEM,
|
||||||
|
UMEM and DMEM. The IMEM and DMEM are further broken down into
|
||||||
|
blocks (very like VM pages). */
|
||||||
|
|
||||||
|
enum
|
||||||
|
{
|
||||||
|
IMAP_BLOCK_SIZE = 0x2000000,
|
||||||
|
DMAP_BLOCK_SIZE = 0x4000000
|
||||||
|
};
|
||||||
|
|
||||||
|
/* Implement the three memory regions using sparse arrays. Allocate
|
||||||
|
memory using ``segments''. A segment must be at least as large as
|
||||||
|
a BLOCK - ensures that an access that doesn't cross a block
|
||||||
|
boundary can't cross a segment boundary */
|
||||||
|
|
||||||
|
enum
|
||||||
|
{
|
||||||
|
SEGMENT_SIZE = 0x2000000, /* 128KB - MAX(IMAP_BLOCK_SIZE,DMAP_BLOCK_SIZE) */
|
||||||
|
IMEM_SEGMENTS = 8, /* 1MB */
|
||||||
|
DMEM_SEGMENTS = 8, /* 1MB */
|
||||||
|
UMEM_SEGMENTS = 128 /* 16MB */
|
||||||
|
};
|
||||||
|
|
||||||
|
struct cr16_memory
|
||||||
|
{
|
||||||
|
uint8 *insn[IMEM_SEGMENTS];
|
||||||
|
uint8 *data[DMEM_SEGMENTS];
|
||||||
|
uint8 *unif[UMEM_SEGMENTS];
|
||||||
|
uint8 fault[16];
|
||||||
|
};
|
||||||
|
|
||||||
|
struct _state
|
||||||
|
{
|
||||||
|
creg_t regs[16]; /* general-purpose registers */
|
||||||
|
#define GPR(N) (State.regs[(N)] + 0)
|
||||||
|
#define SET_GPR(N,VAL) (State.regs[(N)] = (VAL))
|
||||||
|
|
||||||
|
#define GPR32(N) \
|
||||||
|
(N < 12) ? \
|
||||||
|
((((uint16) State.regs[(N) + 1]) << 16) | (uint16) State.regs[(N)]) \
|
||||||
|
: GPR (N)
|
||||||
|
|
||||||
|
#define SET_GPR32(N,VAL) do { \
|
||||||
|
if (N < 11) \
|
||||||
|
{ SET_GPR (N + 1, (VAL) >> 16); SET_GPR (N, ((VAL) & 0xffff));} \
|
||||||
|
else { if ( N == 11) \
|
||||||
|
{ SET_GPR (N + 1, ((GPR32 (12)) & 0xffff0000)|((VAL) >> 16)); \
|
||||||
|
SET_GPR (N, ((VAL) & 0xffff));} \
|
||||||
|
else SET_GPR (N, (VAL));} \
|
||||||
|
} while (0)
|
||||||
|
|
||||||
|
creg_t cregs[16]; /* control registers */
|
||||||
|
#define CREG(N) (State.cregs[(N)] + 0)
|
||||||
|
#define SET_CREG(N,VAL) move_to_cr ((N), 0, (VAL), 0)
|
||||||
|
#define SET_HW_CREG(N,VAL) move_to_cr ((N), 0, (VAL), 1)
|
||||||
|
|
||||||
|
reg_t sp[2]; /* holding area for SPI(0)/SPU(1) */
|
||||||
|
#define HELD_SP(N) (State.sp[(N)] + 0)
|
||||||
|
#define SET_HELD_SP(N,VAL) SLOT_PEND (State.sp[(N)], (VAL))
|
||||||
|
|
||||||
|
/* writeback info */
|
||||||
|
struct slot slot[NR_SLOTS];
|
||||||
|
int slot_nr;
|
||||||
|
|
||||||
|
/* trace data */
|
||||||
|
struct {
|
||||||
|
uint16 psw;
|
||||||
|
} trace;
|
||||||
|
|
||||||
|
uint8 exe;
|
||||||
|
int exception;
|
||||||
|
int pc_changed;
|
||||||
|
|
||||||
|
/* NOTE: everything below this line is not reset by
|
||||||
|
sim_create_inferior() */
|
||||||
|
|
||||||
|
struct cr16_memory mem;
|
||||||
|
|
||||||
|
enum _ins_type ins_type;
|
||||||
|
|
||||||
|
} State;
|
||||||
|
|
||||||
|
|
||||||
|
extern host_callback *cr16_callback;
|
||||||
|
extern uint32 OP[4];
|
||||||
|
extern uint32 sign_flag;
|
||||||
|
extern struct simops Simops[];
|
||||||
|
extern asection *text;
|
||||||
|
extern bfd_vma text_start;
|
||||||
|
extern bfd_vma text_end;
|
||||||
|
extern bfd *prog_bfd;
|
||||||
|
|
||||||
|
enum
|
||||||
|
{
|
||||||
|
PC_CR = 0,
|
||||||
|
BDS_CR = 1,
|
||||||
|
BSR_CR = 2,
|
||||||
|
DCR_CR = 3,
|
||||||
|
CAR0_CR = 5,
|
||||||
|
CAR1_CR = 7,
|
||||||
|
CFG_CR = 9,
|
||||||
|
PSR_CR = 10,
|
||||||
|
INTBASE_CR = 11,
|
||||||
|
ISP_CR = 13,
|
||||||
|
USP_CR = 15
|
||||||
|
};
|
||||||
|
|
||||||
|
enum
|
||||||
|
{
|
||||||
|
PSR_I_BIT = 0x0800,
|
||||||
|
PSR_P_BIT = 0x0400,
|
||||||
|
PSR_E_BIT = 0x0200,
|
||||||
|
PSR_N_BIT = 0x0100,
|
||||||
|
PSR_Z_BIT = 0x0040,
|
||||||
|
PSR_F_BIT = 0x0020,
|
||||||
|
PSR_U_BIT = 0x0010,
|
||||||
|
PSR_L_BIT = 0x0004,
|
||||||
|
PSR_T_BIT = 0x0002,
|
||||||
|
PSR_C_BIT = 0x0001,
|
||||||
|
};
|
||||||
|
|
||||||
|
#define PSR CREG (PSR_CR)
|
||||||
|
#define SET_PSR(VAL) SET_CREG (PSR_CR, (VAL))
|
||||||
|
#define SET_HW_PSR(VAL) SET_HW_CREG (PSR_CR, (VAL))
|
||||||
|
#define SET_PSR_BIT(MASK,VAL) move_to_cr (PSR_CR, ~((creg_t) MASK), (VAL) ? (MASK) : 0, 1)
|
||||||
|
|
||||||
|
#define PSR_SM ((PSR & PSR_SM_BIT) != 0)
|
||||||
|
#define SET_PSR_SM(VAL) SET_PSR_BIT (PSR_SM_BIT, (VAL))
|
||||||
|
|
||||||
|
#define PSR_I ((PSR & PSR_I_BIT) != 0)
|
||||||
|
#define SET_PSR_I(VAL) SET_PSR_BIT (PSR_I_BIT, (VAL))
|
||||||
|
|
||||||
|
#define PSR_DB ((PSR & PSR_DB_BIT) != 0)
|
||||||
|
#define SET_PSR_DB(VAL) SET_PSR_BIT (PSR_DB_BIT, (VAL))
|
||||||
|
|
||||||
|
#define PSR_P ((PSR & PSR_P_BIT) != 0)
|
||||||
|
#define SET_PSR_P(VAL) SET_PSR_BIT (PSR_P_BIT, (VAL))
|
||||||
|
|
||||||
|
#define PSR_E ((PSR & PSR_E_BIT) != 0)
|
||||||
|
#define SET_PSR_E(VAL) SET_PSR_BIT (PSR_E_BIT, (VAL))
|
||||||
|
|
||||||
|
#define PSR_N ((PSR & PSR_N_BIT) != 0)
|
||||||
|
#define SET_PSR_N(VAL) SET_PSR_BIT (PSR_N_BIT, (VAL))
|
||||||
|
|
||||||
|
#define PSR_Z ((PSR & PSR_Z_BIT) != 0)
|
||||||
|
#define SET_PSR_Z(VAL) SET_PSR_BIT (PSR_Z_BIT, (VAL))
|
||||||
|
|
||||||
|
#define PSR_F ((PSR & PSR_F_BIT) != 0)
|
||||||
|
#define SET_PSR_F(VAL) SET_PSR_BIT (PSR_F_BIT, (VAL))
|
||||||
|
|
||||||
|
#define PSR_U ((PSR & PSR_U_BIT) != 0)
|
||||||
|
#define SET_PSR_U(VAL) SET_PSR_BIT (PSR_U_BIT, (VAL))
|
||||||
|
|
||||||
|
#define PSR_L ((PSR & PSR_L_BIT) != 0)
|
||||||
|
#define SET_PSR_L(VAL) SET_PSR_BIT (PSR_L_BIT, (VAL))
|
||||||
|
|
||||||
|
#define PSR_T ((PSR & PSR_T_BIT) != 0)
|
||||||
|
#define SET_PSR_T(VAL) SET_PSR_BIT (PSR_T_BIT, (VAL))
|
||||||
|
|
||||||
|
#define PSR_C ((PSR & PSR_C_BIT) != 0)
|
||||||
|
#define SET_PSR_C(VAL) SET_PSR_BIT (PSR_C_BIT, (VAL))
|
||||||
|
|
||||||
|
/* See simopsc.:move_to_cr() for registers that can not be read-from
|
||||||
|
or assigned-to directly */
|
||||||
|
|
||||||
|
#define PC CREG (PC_CR)
|
||||||
|
#define SET_PC(VAL) SET_CREG (PC_CR, (VAL))
|
||||||
|
//#define SET_PC(VAL) (State.cregs[PC_CR] = (VAL))
|
||||||
|
|
||||||
|
#define BPSR CREG (BPSR_CR)
|
||||||
|
#define SET_BPSR(VAL) SET_CREG (BPSR_CR, (VAL))
|
||||||
|
|
||||||
|
#define BPC CREG (BPC_CR)
|
||||||
|
#define SET_BPC(VAL) SET_CREG (BPC_CR, (VAL))
|
||||||
|
|
||||||
|
#define DPSR CREG (DPSR_CR)
|
||||||
|
#define SET_DPSR(VAL) SET_CREG (DPSR_CR, (VAL))
|
||||||
|
|
||||||
|
#define DPC CREG (DPC_CR)
|
||||||
|
#define SET_DPC(VAL) SET_CREG (DPC_CR, (VAL))
|
||||||
|
|
||||||
|
#define RPT_C CREG (RPT_C_CR)
|
||||||
|
#define SET_RPT_C(VAL) SET_CREG (RPT_C_CR, (VAL))
|
||||||
|
|
||||||
|
#define RPT_S CREG (RPT_S_CR)
|
||||||
|
#define SET_RPT_S(VAL) SET_CREG (RPT_S_CR, (VAL))
|
||||||
|
|
||||||
|
#define RPT_E CREG (RPT_E_CR)
|
||||||
|
#define SET_RPT_E(VAL) SET_CREG (RPT_E_CR, (VAL))
|
||||||
|
|
||||||
|
#define MOD_S CREG (MOD_S_CR)
|
||||||
|
#define SET_MOD_S(VAL) SET_CREG (MOD_S_CR, (VAL))
|
||||||
|
|
||||||
|
#define MOD_E CREG (MOD_E_CR)
|
||||||
|
#define SET_MOD_E(VAL) SET_CREG (MOD_E_CR, (VAL))
|
||||||
|
|
||||||
|
#define IBA CREG (IBA_CR)
|
||||||
|
#define SET_IBA(VAL) SET_CREG (IBA_CR, (VAL))
|
||||||
|
|
||||||
|
|
||||||
|
#define SIG_CR16_STOP -1
|
||||||
|
#define SIG_CR16_EXIT -2
|
||||||
|
#define SIG_CR16_BUS -3
|
||||||
|
#define SIG_CR16_IAD -4
|
||||||
|
|
||||||
|
#define SEXT3(x) ((((x)&0x7)^(~3))+4)
|
||||||
|
|
||||||
|
/* sign-extend a 4-bit number */
|
||||||
|
#define SEXT4(x) ((((x)&0xf)^(~7))+8)
|
||||||
|
|
||||||
|
/* sign-extend an 8-bit number */
|
||||||
|
#define SEXT8(x) ((((x)&0xff)^(~0x7f))+0x80)
|
||||||
|
|
||||||
|
/* sign-extend a 16-bit number */
|
||||||
|
#define SEXT16(x) ((((x)&0xffff)^(~0x7fff))+0x8000)
|
||||||
|
|
||||||
|
/* sign-extend a 24-bit number */
|
||||||
|
#define SEXT24(x) ((((x)&0xffffff)^(~0x7fffff))+0x800000)
|
||||||
|
|
||||||
|
/* sign-extend a 32-bit number */
|
||||||
|
#define SEXT32(x) ((((x)&0xffffffff)^(~0x7fffffff))+0x80000000)
|
||||||
|
|
||||||
|
extern uint8 *dmem_addr (uint32 offset);
|
||||||
|
extern uint8 *imem_addr PARAMS ((uint32));
|
||||||
|
extern bfd_vma decode_pc PARAMS ((void));
|
||||||
|
|
||||||
|
#define RB(x) (*(dmem_addr(x)))
|
||||||
|
#define SB(addr,data) ( RB(addr) = (data & 0xff))
|
||||||
|
|
||||||
|
#if defined(__GNUC__) && defined(__OPTIMIZE__) && !defined(NO_ENDIAN_INLINE)
|
||||||
|
#define ENDIAN_INLINE static __inline__
|
||||||
|
#include "endian.c"
|
||||||
|
#undef ENDIAN_INLINE
|
||||||
|
|
||||||
|
#else
|
||||||
|
extern uint32 get_longword PARAMS ((uint8 *));
|
||||||
|
extern uint16 get_word PARAMS ((uint8 *));
|
||||||
|
extern int64 get_longlong PARAMS ((uint8 *));
|
||||||
|
extern void write_word PARAMS ((uint8 *addr, uint16 data));
|
||||||
|
extern void write_longword PARAMS ((uint8 *addr, uint32 data));
|
||||||
|
extern void write_longlong PARAMS ((uint8 *addr, int64 data));
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define SW(addr,data) write_word(dmem_addr(addr),data)
|
||||||
|
#define RW(x) get_word(dmem_addr(x))
|
||||||
|
#define SLW(addr,data) write_longword(dmem_addr(addr),data)
|
||||||
|
#define RLW(x) get_longword(dmem_addr(x))
|
||||||
|
#define READ_16(x) get_word(x)
|
||||||
|
#define WRITE_16(addr,data) write_word(addr,data)
|
||||||
|
#define READ_64(x) get_longlong(x)
|
||||||
|
#define WRITE_64(addr,data) write_longlong(addr,data)
|
||||||
|
|
||||||
|
#define JMP(x) do { SET_PC (x); State.pc_changed = 1; } while (0)
|
||||||
|
|
||||||
|
#define RIE_VECTOR_START 0xffc2
|
||||||
|
#define AE_VECTOR_START 0xffc3
|
||||||
|
#define TRAP_VECTOR_START 0xffc4 /* vector for trap 0 */
|
||||||
|
#define DBT_VECTOR_START 0xffd4
|
||||||
|
#define SDBT_VECTOR_START 0xffd5
|
||||||
|
|
||||||
|
#define INT_VECTOR_START 0xFFFE00 /*maskable interrupt - mapped to ICU */
|
||||||
|
#define NMI_VECTOR_START 0xFFFF00 /*non-maskable interrupt;for observability*/
|
||||||
|
#define ISE_VECTOR_START 0xFFFC00 /*in-system emulation trap */
|
||||||
|
#define ADBG_VECTOR_START 0xFFFC02 /*alternate debug trap */
|
||||||
|
#define ATRC_VECTOR_START 0xFFFC0C /*alternate trace trap */
|
||||||
|
#define ABPT_VECTOR_START 0xFFFC0E /*alternate break point trap */
|
||||||
|
|
||||||
|
|
||||||
|
/* Scedule a store of VAL into cr[CR]. MASK indicates the bits in
|
||||||
|
cr[CR] that should not be modified (i.e. cr[CR] = (cr[CR] & MASK) |
|
||||||
|
(VAL & ~MASK)). In addition, unless PSR_HW_P, a VAL intended for
|
||||||
|
PSR is masked for zero bits. */
|
||||||
|
|
||||||
|
extern creg_t move_to_cr (int cr, creg_t mask, creg_t val, int psw_hw_p);
|
||||||
79
sim/cr16/endian.c
Normal file
79
sim/cr16/endian.c
Normal file
@@ -0,0 +1,79 @@
|
|||||||
|
/* Simulation code for the CR16 processor.
|
||||||
|
Copyright (C) 2008 Free Software Foundation, Inc.
|
||||||
|
Contributed by M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
|
||||||
|
|
||||||
|
This file is part of GDB, the GNU debugger.
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 3, or (at your option)
|
||||||
|
any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
|
|
||||||
|
/* If we're being compiled as a .c file, rather than being included in
|
||||||
|
cr16_sim.h, then ENDIAN_INLINE won't be defined yet. */
|
||||||
|
|
||||||
|
#ifndef ENDIAN_INLINE
|
||||||
|
#define NO_ENDIAN_INLINE
|
||||||
|
#include "cr16_sim.h"
|
||||||
|
#define ENDIAN_INLINE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
ENDIAN_INLINE uint16
|
||||||
|
get_word (x)
|
||||||
|
uint8 *x;
|
||||||
|
{
|
||||||
|
return *(uint16 *)x;
|
||||||
|
}
|
||||||
|
|
||||||
|
ENDIAN_INLINE uint32
|
||||||
|
get_longword (x)
|
||||||
|
uint8 *x;
|
||||||
|
{
|
||||||
|
return (((uint32) *(uint16 *)x) << 16) | ((uint32) *(uint16 *)(x+2));
|
||||||
|
}
|
||||||
|
|
||||||
|
ENDIAN_INLINE int64
|
||||||
|
get_longlong (x)
|
||||||
|
uint8 *x;
|
||||||
|
{
|
||||||
|
uint32 top = get_longword (x);
|
||||||
|
uint32 bottom = get_longword (x+4);
|
||||||
|
return (((int64)top)<<32) | (int64)bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
ENDIAN_INLINE void
|
||||||
|
write_word (addr, data)
|
||||||
|
uint8 *addr;
|
||||||
|
uint16 data;
|
||||||
|
{
|
||||||
|
addr[1] = (data >> 8) & 0xff;
|
||||||
|
addr[0] = data & 0xff;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
ENDIAN_INLINE void
|
||||||
|
write_longword (addr, data)
|
||||||
|
uint8 *addr;
|
||||||
|
uint32 data;
|
||||||
|
{
|
||||||
|
*(uint16 *)(addr + 2) = (uint16)(data >> 16);
|
||||||
|
*(uint16 *)(addr) = (uint16)data;
|
||||||
|
}
|
||||||
|
|
||||||
|
ENDIAN_INLINE void
|
||||||
|
write_longlong (addr, data)
|
||||||
|
uint8 *addr;
|
||||||
|
int64 data;
|
||||||
|
{
|
||||||
|
write_longword (addr+4, (uint32)(data >> 32));
|
||||||
|
write_longword (addr, (uint32)data);
|
||||||
|
}
|
||||||
182
sim/cr16/gencode.c
Normal file
182
sim/cr16/gencode.c
Normal file
@@ -0,0 +1,182 @@
|
|||||||
|
/* Simulation code for the CR16 processor.
|
||||||
|
Copyright (C) 2008 Free Software Foundation, Inc.
|
||||||
|
Contributed by M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
|
||||||
|
|
||||||
|
This file is part of GDB, the GNU debugger.
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 3, or (at your option)
|
||||||
|
any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
#include <limits.h>
|
||||||
|
#include "ansidecl.h"
|
||||||
|
#include "opcode/cr16.h"
|
||||||
|
|
||||||
|
static void write_header PARAMS ((void));
|
||||||
|
static void write_opcodes PARAMS ((void));
|
||||||
|
static void write_template PARAMS ((void));
|
||||||
|
|
||||||
|
int
|
||||||
|
main (argc, argv)
|
||||||
|
int argc;
|
||||||
|
char *argv[];
|
||||||
|
{
|
||||||
|
if ((argc > 1) && (strcmp (argv[1],"-h") == 0))
|
||||||
|
write_header();
|
||||||
|
else if ((argc > 1) && (strcmp (argv[1],"-t") == 0))
|
||||||
|
write_template ();
|
||||||
|
else
|
||||||
|
write_opcodes();
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
static void
|
||||||
|
write_header ()
|
||||||
|
{
|
||||||
|
int i = 0;
|
||||||
|
|
||||||
|
/* Start searching from end of instruction table. */
|
||||||
|
const inst *instruction = &cr16_instruction[NUMOPCODES - 1];
|
||||||
|
|
||||||
|
/* Loop over instruction table until a full match is found. */
|
||||||
|
for ( ; i < NUMOPCODES; i++)
|
||||||
|
{
|
||||||
|
printf("void OP_%X_%X PARAMS ((void));\t\t/* %s */\n",cr16_instruction[i].match, (32 - cr16_instruction[i].match_bits), cr16_instruction[i].mnemonic);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* write_template creates a file all required functions, ready */
|
||||||
|
/* to be filled out */
|
||||||
|
|
||||||
|
static void
|
||||||
|
write_template ()
|
||||||
|
{
|
||||||
|
int i = 0,j, k, flags;
|
||||||
|
|
||||||
|
printf ("#include \"cr16_sim.h\"\n");
|
||||||
|
printf ("#include \"simops.h\"\n\n");
|
||||||
|
|
||||||
|
for ( ; i < NUMOPCODES; i++)
|
||||||
|
{
|
||||||
|
if (cr16_instruction[i].size != 0)
|
||||||
|
{
|
||||||
|
printf("/* %s */\nvoid\nOP_%X_%X ()\n{\n",cr16_instruction[i].mnemonic,cr16_instruction[i].match,(32 - cr16_instruction[i].match_bits));
|
||||||
|
|
||||||
|
/* count operands */
|
||||||
|
j = 0;
|
||||||
|
for (k=0;k<5;k++)
|
||||||
|
{
|
||||||
|
if (cr16_instruction[i].operands[k].op_type == dummy)
|
||||||
|
break;
|
||||||
|
else
|
||||||
|
j++;
|
||||||
|
}
|
||||||
|
switch (j)
|
||||||
|
{
|
||||||
|
case 0:
|
||||||
|
printf ("printf(\" %s\\n\");\n",cr16_instruction[i].mnemonic);
|
||||||
|
break;
|
||||||
|
case 1:
|
||||||
|
printf ("printf(\" %s\\t%%x\\n\",OP[0]);\n",cr16_instruction[i].mnemonic);
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
printf ("printf(\" %s\\t%%x,%%x\\n\",OP[0],OP[1]);\n",cr16_instruction[i].mnemonic);
|
||||||
|
break;
|
||||||
|
case 3:
|
||||||
|
printf ("printf(\" %s\\t%%x,%%x,%%x\\n\",OP[0],OP[1],OP[2]);\n",cr16_instruction[i].mnemonic);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
fprintf (stderr,"Too many operands: %d\n",j);
|
||||||
|
}
|
||||||
|
printf ("}\n\n");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
long Opcodes[512];
|
||||||
|
static int curop=0;
|
||||||
|
|
||||||
|
check_opcodes( long op)
|
||||||
|
{
|
||||||
|
int i;
|
||||||
|
|
||||||
|
for (i=0;i<curop;i++)
|
||||||
|
if (Opcodes[i] == op)
|
||||||
|
fprintf(stderr,"DUPLICATE OPCODES: %x\n",op);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
static void
|
||||||
|
write_opcodes ()
|
||||||
|
{
|
||||||
|
int i = 0, j = 0, k;
|
||||||
|
|
||||||
|
unsigned long mask;
|
||||||
|
/* write out opcode table */
|
||||||
|
printf ("#include \"cr16_sim.h\"\n");
|
||||||
|
printf ("#include \"simops.h\"\n\n");
|
||||||
|
printf ("struct simops Simops[] = {\n");
|
||||||
|
|
||||||
|
for ( ; i < NUMOPCODES; i++)
|
||||||
|
{
|
||||||
|
if (cr16_instruction[i].size != 0)
|
||||||
|
{
|
||||||
|
printf (" { \"%s\", %ld, %d, %d, %d, \"OP_%X_%X\", OP_%X_%X, ",
|
||||||
|
cr16_instruction[i].mnemonic, cr16_instruction[i].size,
|
||||||
|
cr16_instruction[i].match_bits, cr16_instruction[i].match,
|
||||||
|
cr16_instruction[i].flags, ((BIN(cr16_instruction[i].match, cr16_instruction[i].match_bits))>>(cr16_instruction[i].match_bits)),
|
||||||
|
(32 - cr16_instruction[i].match_bits),
|
||||||
|
((BIN(cr16_instruction[i].match, cr16_instruction[i].match_bits))>>(cr16_instruction[i].match_bits)), (32 - cr16_instruction[i].match_bits));
|
||||||
|
|
||||||
|
j = 0;
|
||||||
|
for (k=0;k<5;k++)
|
||||||
|
{
|
||||||
|
if (cr16_instruction[i].operands[k].op_type == dummy)
|
||||||
|
break;
|
||||||
|
else
|
||||||
|
j++;
|
||||||
|
}
|
||||||
|
printf ("%d, ",j);
|
||||||
|
|
||||||
|
j = 0;
|
||||||
|
for (k=0;k<4;k++)
|
||||||
|
{
|
||||||
|
int flags = cr16_instruction[i].operands[k].op_type;
|
||||||
|
int match_bits = cr16_instruction[i].operands[k].shift;
|
||||||
|
{
|
||||||
|
if (j == 0)
|
||||||
|
printf ("{");
|
||||||
|
else
|
||||||
|
printf (", ");
|
||||||
|
// if (cr16_instruction[i].size == 2)
|
||||||
|
// match_bits += 15;
|
||||||
|
printf ("{");
|
||||||
|
printf ("%d,%d",cr16_instruction[i].operands[k].shift,flags);
|
||||||
|
printf ("}");
|
||||||
|
j = 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (j)
|
||||||
|
printf ("}");
|
||||||
|
printf ("},\n");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
//printf (" { 0,0,0,0,(void (*)(void))0,0,{0,0,0}},\n};\n");
|
||||||
|
printf (" { \"NULL\",1,8,0,0,\"OP_0_20\",OP_0_20,0,{0,0,0}},\n};\n");
|
||||||
|
}
|
||||||
1448
sim/cr16/interp.c
Normal file
1448
sim/cr16/interp.c
Normal file
File diff suppressed because it is too large
Load Diff
6027
sim/cr16/simops.c
Normal file
6027
sim/cr16/simops.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user