HomeSort by: relevance | last modified time | path
    Searched refs:psim (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/sim/ppc/
psim.h 1 /* This file is part of the program psim.
29 /* typedef struct _psim psim; */
70 extern psim *psim_create
78 (psim *system);
81 (psim *system,
89 (psim *system);
92 (psim *system);
95 (psim *system,
99 (psim *system,
104 (psim *system)
    [all...]
basics.h 1 /* This file is part of the program psim.
28 /* many things pass around the cpu and psim object with out knowing
32 typedef struct _psim psim; typedef in typeref:struct:_psim
sim_callbacks.h 1 /* This file is part of the program psim.
114 extern psim *simulator;
hw_register.c 1 /* This file is part of the program psim.
26 #include "psim.h"
80 psim *system = device_system(me);
psim.c 1 /* This file is part of the program psim.
24 #include "cpu.h" /* includes psim.h */
112 printf_filtered("\tpsim [ <psim-option> ... ] <image> [ <image-arg> ... ]\n");
121 printf_filtered("\t PSIM will attempt to determine from the\n");
124 printf_filtered("\t If PSIM gets it wrong, the emulation\n");
134 printf_filtered("\t<psim-option> See below\n");
136 printf_filtered("The following are valid <psim-option>s:\n");
422 printf_filtered("Unknown PSIM command %s, try\n", argv[argp]);
432 (psim *)
438 psim *system
    [all...]
tree.h 1 /* This file is part of the program psim.
32 function parses a PSIM device specification and uses it to populate
139 psim *system);
cpu.h 1 /* This file is part of the program psim.
31 #include "psim.h"
54 (psim *system,
67 (psim *) cpu_system
mon.h 1 /* This file is part of the program psim.
103 (psim *system,
cpu.c 1 /* This file is part of the program psim.
51 psim *system;
79 cpu_create(psim *system,
122 (psim *)
main.c 1 /* This file is part of the program psim.
29 #include "psim.h"
31 #include "device.h" /* FIXME: psim should provide the interface */
32 #include "events.h" /* FIXME: psim should provide the interface */
51 static psim *simulation = NULL;
306 error("psim: continuing while stopped!\n");
309 error("psim: no trap insn\n");
sim_calls.c 1 /* This file is part of the program psim.
25 #include "psim.h"
50 psim *simulator;
111 error ("psim: can't open \"%s\": %s\n",
117 error ("psim: \"%s\" is not an object file: %s\n",
  /src/external/gpl3/gdb.old/dist/sim/ppc/
psim.h 1 /* This file is part of the program psim.
29 /* typedef struct _psim psim; */
70 extern psim *psim_create
78 (psim *system);
81 (psim *system,
89 (psim *system);
92 (psim *system);
95 (psim *system,
99 (psim *system,
104 (psim *system)
    [all...]
basics.h 1 /* This file is part of the program psim.
28 /* many things pass around the cpu and psim object with out knowing
32 typedef struct _psim psim; typedef in typeref:struct:_psim
sim_callbacks.h 1 /* This file is part of the program psim.
114 extern psim *simulator;
hw_register.c 1 /* This file is part of the program psim.
26 #include "psim.h"
80 psim *system = device_system(me);
tree.h 1 /* This file is part of the program psim.
32 function parses a PSIM device specification and uses it to populate
139 psim *system);
psim.c 1 /* This file is part of the program psim.
24 #include "cpu.h" /* includes psim.h */
112 printf_filtered("\tpsim [ <psim-option> ... ] <image> [ <image-arg> ... ]\n");
121 printf_filtered("\t PSIM will attempt to determine from the\n");
124 printf_filtered("\t If PSIM gets it wrong, the emulation\n");
134 printf_filtered("\t<psim-option> See below\n");
136 printf_filtered("The following are valid <psim-option>s:\n");
422 printf_filtered("Unknown PSIM command %s, try\n", argv[argp]);
432 (psim *)
438 psim *system
    [all...]
cpu.h 1 /* This file is part of the program psim.
31 #include "psim.h"
54 (psim *system,
67 (psim *) cpu_system
mon.h 1 /* This file is part of the program psim.
103 (psim *system,
cpu.c 1 /* This file is part of the program psim.
51 psim *system;
79 cpu_create(psim *system,
122 (psim *)
main.c 1 /* This file is part of the program psim.
29 #include "psim.h"
31 #include "device.h" /* FIXME: psim should provide the interface */
32 #include "events.h" /* FIXME: psim should provide the interface */
51 static psim *simulation = NULL;
306 error("psim: continuing while stopped!\n");
309 error("psim: no trap insn\n");
sim_calls.c 1 /* This file is part of the program psim.
25 #include "psim.h"
50 psim *simulator;
111 error ("psim: can't open \"%s\": %s\n",
117 error ("psim: \"%s\" is not an object file: %s\n",
  /src/external/gpl3/gdb/bin/psim/
Makefile 8 PROG= psim
35 # /home/source/ab/HEAD-llvm/src/external/gpl3/gdb/bin/psim/../../dist/include/sim/sim.h:37:27: error: redefinition of typedef 'SIM_DESC' is a C11 feature [-Werror,-Wtypedef-redefinition]
38 # /home/source/ab/HEAD-llvm/src/external/gpl3/gdb/bin/psim/../../dist/sim/ppc/sim_callbacks.h:106:27: note: previous definition is here
  /src/external/gpl3/gdb.old/bin/psim/
Makefile 8 PROG= psim
35 # /home/source/ab/HEAD-llvm/src/external/gpl3/gdb/bin/psim/../../dist/include/sim/sim.h:37:27: error: redefinition of typedef 'SIM_DESC' is a C11 feature [-Werror,-Wtypedef-redefinition]
38 # /home/source/ab/HEAD-llvm/src/external/gpl3/gdb/bin/psim/../../dist/sim/ppc/sim_callbacks.h:106:27: note: previous definition is here
  /src/external/gpl3/gdb/lib/libsim/
Makefile 14 support.c psim.c pk_disklabel.c hw_cpu.c hw_memory.c hw_nvram.c \

Completed in 27 milliseconds

1 2