Searched refs:SIM_DESC (Results 1 - 25 of 359) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-io.h35 int sim_io_init (SIM_DESC sd);
37 int sim_io_shutdown (SIM_DESC sd);
39 int sim_io_unlink (SIM_DESC sd, const char *);
41 int64_t sim_io_time (SIM_DESC sd);
43 int sim_io_system (SIM_DESC sd, const char *);
45 int sim_io_rename (SIM_DESC sd, const char *, const char *);
47 int sim_io_write_stdout (SIM_DESC sd, const char *, int);
49 void sim_io_flush_stdout (SIM_DESC sd);
51 int sim_io_write_stderr (SIM_DESC sd, const char *, int);
53 void sim_io_flush_stderr (SIM_DESC s
[all...]
H A Ddv-sockser.h32 extern int dv_sockser_status (SIM_DESC);
33 int dv_sockser_write (SIM_DESC, unsigned char);
34 int dv_sockser_write_buffer (SIM_DESC, const unsigned char *, unsigned);
35 int dv_sockser_read (SIM_DESC);
42 dv_sockser_status (SIM_DESC sd)
50 dv_sockser_write (SIM_DESC sd, unsigned char c)
56 dv_sockser_write_buffer (SIM_DESC sd, const unsigned char *buffer,
63 dv_sockser_read (SIM_DESC sd)
H A Dsim-module.h37 typedef SIM_RC (MODULE_INSTALL_FN) (SIM_DESC);
38 typedef SIM_RC (MODULE_INIT_FN) (SIM_DESC);
39 typedef SIM_RC (MODULE_RESUME_FN) (SIM_DESC);
40 typedef SIM_RC (MODULE_SUSPEND_FN) (SIM_DESC);
41 typedef void (MODULE_UNINSTALL_FN) (SIM_DESC);
42 typedef void (MODULE_INFO_FN) (SIM_DESC, bool);
75 SIM_RC sim_module_install (SIM_DESC);
76 SIM_RC sim_module_install_list (SIM_DESC, MODULE_INSTALL_FN * const[], size_t);
77 void sim_module_uninstall (SIM_DESC);
78 void sim_module_add_init_fn (SIM_DESC s
[all...]
H A Dsim-events.h76 typedef void sim_event_handler(SIM_DESC sd, void *data);
106 extern SIM_RC sim_events_install (SIM_DESC sd);
112 (SIM_DESC sd,
118 (SIM_DESC sd,
126 (SIM_DESC sd,
135 (SIM_DESC sd,
149 (SIM_DESC sd,
158 (SIM_DESC sd,
175 (SIM_DESC sd,
195 (SIM_DESC s
[all...]
H A Dsim-options.h36 typedef SIM_RC (OPTION_HANDLER) (SIM_DESC, sim_cpu *, int, char *, int);
39 #define DECLARE_OPTION_HANDLER(fn) SIM_RC fn (SIM_DESC, sim_cpu *, int, char *, int)
132 SIM_RC sim_add_option_table (SIM_DESC sd, sim_cpu *cpu, const OPTION *table);
138 SIM_RC sim_parse_args (SIM_DESC sd, char * const *argv);
142 void sim_print_help (SIM_DESC sd, int is_command);
146 void sim_print_version (SIM_DESC sd, int is_command);
150 SIM_RC sim_args_command (SIM_DESC sd, const char *cmd);
H A Dsim-engine.h56 void sim_engine_get_run_state (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
57 void sim_engine_set_run_state (SIM_DESC sd, enum sim_stop reason, int sigrc);
63 (SIM_DESC sd,
88 (SIM_DESC sd,
117 (SIM_DESC sd,
124 (SIM_DESC sd,
143 (SIM_DESC sd,
154 extern int sim_engine_next_cpu_nr (SIM_DESC sd);
155 extern int sim_engine_last_cpu_nr (SIM_DESC sd);
156 extern int sim_engine_nr_cpus (SIM_DESC s
[all...]
H A Dsim-info.c30 sim_info (SIM_DESC sd, bool verbose)
H A Dsim-command.c32 sim_do_command (SIM_DESC sd, const char *cmd)
H A Dsim-stop.c30 control_c_simulation (SIM_DESC sd,
38 sim_stop (SIM_DESC sd)
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-io.h35 int sim_io_init (SIM_DESC sd);
37 int sim_io_shutdown (SIM_DESC sd);
39 int sim_io_unlink (SIM_DESC sd, const char *);
41 int64_t sim_io_time (SIM_DESC sd);
43 int sim_io_system (SIM_DESC sd, const char *);
45 int sim_io_rename (SIM_DESC sd, const char *, const char *);
47 int sim_io_write_stdout (SIM_DESC sd, const char *, int);
49 void sim_io_flush_stdout (SIM_DESC sd);
51 int sim_io_write_stderr (SIM_DESC sd, const char *, int);
53 void sim_io_flush_stderr (SIM_DESC s
[all...]
H A Ddv-sockser.h32 extern int dv_sockser_status (SIM_DESC);
33 int dv_sockser_write (SIM_DESC, unsigned char);
34 int dv_sockser_write_buffer (SIM_DESC, const unsigned char *, unsigned);
35 int dv_sockser_read (SIM_DESC);
42 dv_sockser_status (SIM_DESC sd)
50 dv_sockser_write (SIM_DESC sd, unsigned char c)
56 dv_sockser_write_buffer (SIM_DESC sd, const unsigned char *buffer,
63 dv_sockser_read (SIM_DESC sd)
H A Dsim-module.h37 typedef SIM_RC (MODULE_INSTALL_FN) (SIM_DESC);
38 typedef SIM_RC (MODULE_INIT_FN) (SIM_DESC);
39 typedef SIM_RC (MODULE_RESUME_FN) (SIM_DESC);
40 typedef SIM_RC (MODULE_SUSPEND_FN) (SIM_DESC);
41 typedef void (MODULE_UNINSTALL_FN) (SIM_DESC);
42 typedef void (MODULE_INFO_FN) (SIM_DESC, int);
75 SIM_RC sim_module_install (SIM_DESC);
76 SIM_RC sim_module_install_list (SIM_DESC, MODULE_INSTALL_FN * const[], size_t);
77 void sim_module_uninstall (SIM_DESC);
78 void sim_module_add_init_fn (SIM_DESC s
[all...]
H A Dsim-events.h76 typedef void sim_event_handler(SIM_DESC sd, void *data);
106 extern SIM_RC sim_events_install (SIM_DESC sd);
112 (SIM_DESC sd,
118 (SIM_DESC sd,
126 (SIM_DESC sd,
135 (SIM_DESC sd,
149 (SIM_DESC sd,
158 (SIM_DESC sd,
175 (SIM_DESC sd,
195 (SIM_DESC s
[all...]
H A Dsim-options.h36 typedef SIM_RC (OPTION_HANDLER) (SIM_DESC, sim_cpu *, int, char *, int);
39 #define DECLARE_OPTION_HANDLER(fn) SIM_RC fn (SIM_DESC, sim_cpu *, int, char *, int)
132 SIM_RC sim_add_option_table (SIM_DESC sd, sim_cpu *cpu, const OPTION *table);
138 SIM_RC sim_parse_args (SIM_DESC sd, char * const *argv);
142 void sim_print_help (SIM_DESC sd, int is_command);
146 void sim_print_version (SIM_DESC sd, int is_command);
150 SIM_RC sim_args_command (SIM_DESC sd, const char *cmd);
H A Dsim-engine.h56 void sim_engine_get_run_state (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
57 void sim_engine_set_run_state (SIM_DESC sd, enum sim_stop reason, int sigrc);
63 (SIM_DESC sd,
88 (SIM_DESC sd,
117 (SIM_DESC sd,
124 (SIM_DESC sd,
143 (SIM_DESC sd,
154 extern int sim_engine_next_cpu_nr (SIM_DESC sd);
155 extern int sim_engine_last_cpu_nr (SIM_DESC sd);
156 extern int sim_engine_nr_cpus (SIM_DESC s
[all...]
H A Dsim-command.c32 sim_do_command (SIM_DESC sd, const char *cmd)
H A Dsim-info.c30 sim_info (SIM_DESC sd, int verbose)
/netbsd-current/external/gpl3/binutils.old/dist/include/sim/
H A Dsim.h44 typedef struct sim_state *SIM_DESC; typedef in typeref:struct:sim_state
107 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
119 void sim_close (SIM_DESC sd, int quitting);
145 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
165 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
173 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
180 int sim_write (SIM_DESC sd, SIM_ADDR mem, const unsigned char *buf, int length);
192 int sim_fetch_register (SIM_DESC sd, int regno, unsigned char *buf, int length);
206 int sim_store_register (SIM_DESC sd, int regno, unsigned char *buf, int length);
213 void sim_info (SIM_DESC s
[all...]
/netbsd-current/external/gpl3/binutils/dist/include/sim/
H A Dsim.h34 typedef struct sim_state *SIM_DESC; typedef in typeref:struct:sim_state
97 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
109 void sim_close (SIM_DESC sd, int quitting);
135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
155 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
163 uint64_t sim_read (SIM_DESC sd, uint64_t mem, void *buf, uint64_t length);
170 uint64_t sim_write (SIM_DESC sd, uint64_t mem, const void *buf, uint64_t length);
182 int sim_fetch_register (SIM_DESC sd, int regno, void *buf, int length);
196 int sim_store_register (SIM_DESC sd, int regno, const void *buf, int length);
203 void sim_info (SIM_DESC s
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/sim/
H A Dsim.h34 typedef struct sim_state *SIM_DESC; typedef in typeref:struct:sim_state
97 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
109 void sim_close (SIM_DESC sd, int quitting);
135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
155 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
163 uint64_t sim_read (SIM_DESC sd, uint64_t addr, void *buf, uint64_t length);
170 uint64_t sim_write (SIM_DESC sd, uint64_t addr, const void *buf, uint64_t length);
182 int sim_fetch_register (SIM_DESC sd, int regno, void *buf, int length);
196 int sim_store_register (SIM_DESC sd, int regno, const void *buf, int length);
203 void sim_info (SIM_DESC s
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/sim/
H A Dsim.h37 typedef struct sim_state *SIM_DESC; typedef in typeref:struct:sim_state
100 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
112 void sim_close (SIM_DESC sd, int quitting);
138 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
158 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
166 int sim_read (SIM_DESC sd, SIM_ADDR mem, void *buf, int length);
173 int sim_write (SIM_DESC sd, SIM_ADDR mem, const void *buf, int length);
185 int sim_fetch_register (SIM_DESC sd, int regno, void *buf, int length);
199 int sim_store_register (SIM_DESC sd, int regno, const void *buf, int length);
206 void sim_info (SIM_DESC s
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/aarch64/
H A Dsimulator.h47 extern void aarch64_run (SIM_DESC);
48 extern const char * aarch64_get_func (SIM_DESC, uint64_t);
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dsimulator.h47 extern void aarch64_run (SIM_DESC);
48 extern const char * aarch64_get_func (SIM_DESC, uint64_t);
/netbsd-current/external/gpl3/gdb/dist/sim/v850/
H A Dsimops.h82 int v850_float_compare(SIM_DESC sd, int cmp, sim_fpu wop1, sim_fpu wop2, int double_op_p);
85 uint32_t load_data_mem(SIM_DESC sd, address_word addr, int len);
86 void store_data_mem(SIM_DESC sd, address_word addr, int len, uint32_t data);
97 extern void check_invalid_snan (SIM_DESC sd, sim_fpu_status, unsigned int);
108 extern void update_fpsr (SIM_DESC sd, sim_fpu_status, unsigned int, unsigned int);
114 void SignalException (SIM_DESC sd);
115 void SignalExceptionFPE (SIM_DESC sd, unsigned int double_op_p);
117 int mpu_load_mem_test (SIM_DESC sd, unsigned int addr, int len, int base_reg);
118 int mpu_store_mem_test (SIM_DESC sd, unsigned int addr, int len, int base_reg);
120 void v850_sar (SIM_DESC s
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/v850/
H A Dsimops.h79 int v850_float_compare(SIM_DESC sd, int cmp, sim_fpu wop1, sim_fpu wop2, int double_op_p);
82 uint32_t load_data_mem(SIM_DESC sd, SIM_ADDR addr, int len);
83 void store_data_mem(SIM_DESC sd, SIM_ADDR addr, int len, uint32_t data);
94 extern void check_invalid_snan (SIM_DESC sd, sim_fpu_status, unsigned int);
105 extern void update_fpsr (SIM_DESC sd, sim_fpu_status, unsigned int, unsigned int);
111 void SignalException (SIM_DESC sd);
112 void SignalExceptionFPE (SIM_DESC sd, unsigned int double_op_p);
114 int mpu_load_mem_test (SIM_DESC sd, unsigned int addr, int len, int base_reg);
115 int mpu_store_mem_test (SIM_DESC sd, unsigned int addr, int len, int base_reg);
117 void v850_sar (SIM_DESC s
[all...]

Completed in 151 milliseconds

1234567891011>>