Searched refs:SIM_CPU (Results 201 - 225 of 357) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dcgen-trace.c71 ??? Move to SIM_CPU to support heterogeneous multi-cpu case. */
76 cgen_trace_insn_init (SIM_CPU *cpu, int first_p)
89 cgen_trace_insn_fini (SIM_CPU *cpu, const struct argbuf *abuf, int last_p)
159 cgen_trace_insn (SIM_CPU *cpu, const struct cgen_insn *opcode,
184 cgen_trace_extract (SIM_CPU *cpu, IADDR pc, char *name, ...)
223 cgen_trace_result (SIM_CPU *cpu, char *name, int type, ...)
269 cgen_trace_printf (SIM_CPU *cpu, char *fmt, ...)
319 SIM_CPU *cpu = (SIM_CPU *) info->application_data;
354 sim_cgen_disassemble_insn (SIM_CPU *cp
[all...]
H A Dcgen-scache.c197 SIM_CPU *cpu = STATE_CPU (sd, c);
242 SIM_CPU *cpu = STATE_CPU (sd, c);
264 SIM_CPU *cpu = STATE_CPU (sd, c);
270 scache_flush_cpu (SIM_CPU *cpu)
311 scache_lookup (SIM_CPU *cpu, IADDR pc)
343 scache_lookup_or_alloc (SIM_CPU *cpu, IADDR pc, int n, SCACHE **bufp)
416 scache_print_profile (SIM_CPU *cpu, int verbose)
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dcgen-trace.c79 ??? Move to SIM_CPU to support heterogeneous multi-cpu case. */
84 cgen_trace_insn_init (SIM_CPU *cpu, int first_p)
97 cgen_trace_insn_fini (SIM_CPU *cpu, const struct argbuf *abuf, int last_p)
167 cgen_trace_insn (SIM_CPU *cpu, const struct cgen_insn *opcode,
192 cgen_trace_extract (SIM_CPU *cpu, IADDR pc, const char *name, ...)
234 cgen_trace_result (SIM_CPU *cpu, const char *name, int type, ...)
280 cgen_trace_printf (SIM_CPU *cpu, const char *fmt, ...)
346 SIM_CPU *cpu = (SIM_CPU *) info->application_data;
381 sim_cgen_disassemble_insn (SIM_CPU *cp
[all...]
H A Dcgen-scache.c204 SIM_CPU *cpu = STATE_CPU (sd, c);
249 SIM_CPU *cpu = STATE_CPU (sd, c);
271 SIM_CPU *cpu = STATE_CPU (sd, c);
277 scache_flush_cpu (SIM_CPU *cpu)
318 scache_lookup (SIM_CPU *cpu, IADDR pc)
350 scache_lookup_or_alloc (SIM_CPU *cpu, IADDR pc, int n, SCACHE **bufp)
423 scache_print_profile (SIM_CPU *cpu, int verbose)
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32r/
H A Dtraps.c28 sim_engine_invalid_insn (SIM_CPU *current_cpu, IADDR cia, SEM_PC pc)
57 m32r_core_signal (SIM_DESC sd, SIM_CPU *current_cpu, sim_cia cia,
102 m32r_trap (SIM_CPU *current_cpu, PCADDR pc, int num)
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_evt.c141 cec_set_evt (SIM_CPU *cpu, int ivg, bu32 handler_addr)
150 cec_get_evt (SIM_CPU *cpu, int ivg)
159 cec_get_reset_evt (SIM_CPU *cpu)
/netbsd-current/external/gpl3/gdb/dist/sim/example-synacor/
H A Dinterp.c47 SIM_CPU *cpu;
139 SIM_CPU *cpu = STATE_CPU (sd, i);
161 SIM_CPU *cpu = STATE_CPU (sd, 0);
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_evt.c142 cec_set_evt (SIM_CPU *cpu, int ivg, bu32 handler_addr)
151 cec_get_evt (SIM_CPU *cpu, int ivg)
160 cec_get_reset_evt (SIM_CPU *cpu)
/netbsd-current/external/gpl3/gdb/dist/sim/iq2000/
H A Dsim-if.c38 iq2000bf_disassemble_insn (SIM_CPU *cpu, const CGEN_INSN *insn,
124 SIM_CPU *cpu = STATE_CPU (sd, i);
139 SIM_CPU *current_cpu = STATE_CPU (sd, 0);
/netbsd-current/external/gpl3/gdb/dist/sim/riscv/
H A Dinterp.c36 SIM_CPU *cpu;
124 SIM_CPU *cpu = STATE_CPU (sd, i);
142 SIM_CPU *cpu = STATE_CPU (sd, 0);
/netbsd-current/external/gpl3/gdb.old/dist/sim/lm32/
H A Dsem.c48 SEM_FN_NAME (lm32bf,x_invalid) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
75 SEM_FN_NAME (lm32bf,x_after) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
96 SEM_FN_NAME (lm32bf,x_before) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
117 SEM_FN_NAME (lm32bf,x_cti_chain) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
147 SEM_FN_NAME (lm32bf,x_chain) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
171 SEM_FN_NAME (lm32bf,x_begin) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
202 SEM_FN_NAME (lm32bf,add) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
223 SEM_FN_NAME (lm32bf,addi) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
244 SEM_FN_NAME (lm32bf,and) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
265 SEM_FN_NAME (lm32bf,andi) (SIM_CPU *current_cp
[all...]
H A Dcpu.h61 USI lm32bf_h_pc_get (SIM_CPU *);
62 void lm32bf_h_pc_set (SIM_CPU *, USI);
63 SI lm32bf_h_gr_get (SIM_CPU *, UINT);
64 void lm32bf_h_gr_set (SIM_CPU *, UINT, SI);
65 SI lm32bf_h_csr_get (SIM_CPU *, UINT);
66 void lm32bf_h_csr_set (SIM_CPU *, UINT, SI);
/netbsd-current/external/gpl3/gdb/dist/sim/lm32/
H A Dsem.c48 SEM_FN_NAME (lm32bf,x_invalid) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
75 SEM_FN_NAME (lm32bf,x_after) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
96 SEM_FN_NAME (lm32bf,x_before) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
117 SEM_FN_NAME (lm32bf,x_cti_chain) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
147 SEM_FN_NAME (lm32bf,x_chain) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
171 SEM_FN_NAME (lm32bf,x_begin) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
202 SEM_FN_NAME (lm32bf,add) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
223 SEM_FN_NAME (lm32bf,addi) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
244 SEM_FN_NAME (lm32bf,and) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
265 SEM_FN_NAME (lm32bf,andi) (SIM_CPU *current_cp
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh64/
H A Dsim-if.c71 SIM_CPU *current_cpu = STATE_CPU (sd, 0);
132 SIM_CPU *cpu = STATE_CPU (sd, i);
156 SIM_CPU *current_cpu = STATE_CPU (sd, 0);
182 sh64_disassemble_insn (SIM_CPU *cpu, const CGEN_INSN *insn,
H A Dsem-media.c48 SEM_FN_NAME (sh64_media,x_invalid) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
75 SEM_FN_NAME (sh64_media,x_after) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
96 SEM_FN_NAME (sh64_media,x_before) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
117 SEM_FN_NAME (sh64_media,x_cti_chain) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
147 SEM_FN_NAME (sh64_media,x_chain) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
171 SEM_FN_NAME (sh64_media,x_begin) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
202 SEM_FN_NAME (sh64_media,add) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
223 SEM_FN_NAME (sh64_media,addl) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
244 SEM_FN_NAME (sh64_media,addi) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
265 SEM_FN_NAME (sh64_media,addil) (SIM_CPU *current_cp
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dpipeline.c31 frv_vliw_setup_insn (SIM_CPU *current_cpu, const CGEN_INSN *insn)
H A Dcpu.h279 BI frvbf_h_reloc_ann_get (SIM_CPU *);
280 void frvbf_h_reloc_ann_set (SIM_CPU *, BI);
281 USI frvbf_h_pc_get (SIM_CPU *);
282 void frvbf_h_pc_set (SIM_CPU *, USI);
283 UQI frvbf_h_psr_imple_get (SIM_CPU *);
284 void frvbf_h_psr_imple_set (SIM_CPU *, UQI);
285 UQI frvbf_h_psr_ver_get (SIM_CPU *);
286 void frvbf_h_psr_ver_set (SIM_CPU *, UQI);
287 BI frvbf_h_psr_ice_get (SIM_CPU *);
288 void frvbf_h_psr_ice_set (SIM_CPU *, B
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/pru/
H A Dinterp.c128 imem_wordaddr_to_byteaddr (SIM_CPU *cpu, uint16_t wa)
135 imem_byteaddr_to_wordaddr (SIM_CPU *cpu, uint32_t ba)
144 pru_reg2dmem (SIM_CPU *cpu, uint32_t addr, unsigned int nbytes,
193 pru_dmem2reg (SIM_CPU *cpu, uint32_t addr, unsigned int nbytes,
245 set_initial_gprs (SIM_CPU *cpu)
322 pru_sim_xin_mac (SIM_DESC sd, SIM_CPU *cpu, unsigned int rd_regn,
345 pru_sim_xin (SIM_DESC sd, SIM_CPU *cpu, unsigned int wba,
390 pru_sim_xout_mac (SIM_DESC sd, SIM_CPU *cpu, unsigned int rd_regn,
450 pru_sim_xout (SIM_DESC sd, SIM_CPU *cpu, unsigned int wba,
479 pru_sim_xchg (SIM_DESC sd, SIM_CPU *cp
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dsim-if.c149 SIM_CPU *cpu = STATE_CPU (sd, i);
160 SIM_CPU* cpu = STATE_CPU (sd, i);
174 SIM_CPU* cpu = STATE_CPU (sd, i);
185 SIM_CPU *current_cpu = STATE_CPU (sd, 0);
H A Dpipeline.c34 frv_vliw_setup_insn (SIM_CPU *current_cpu, const CGEN_INSN *insn)
H A Dcpu.h279 BI frvbf_h_reloc_ann_get (SIM_CPU *);
280 void frvbf_h_reloc_ann_set (SIM_CPU *, BI);
281 USI frvbf_h_pc_get (SIM_CPU *);
282 void frvbf_h_pc_set (SIM_CPU *, USI);
283 UQI frvbf_h_psr_imple_get (SIM_CPU *);
284 void frvbf_h_psr_imple_set (SIM_CPU *, UQI);
285 UQI frvbf_h_psr_ver_get (SIM_CPU *);
286 void frvbf_h_psr_ver_set (SIM_CPU *, UQI);
287 BI frvbf_h_psr_ice_get (SIM_CPU *);
288 void frvbf_h_psr_ice_set (SIM_CPU *, B
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/m32r/
H A Dsim-if.c37 static void print_m32r_misc_cpu (SIM_CPU *cpu, int verbose);
128 SIM_CPU *cpu = STATE_CPU (sd, i);
153 SIM_CPU *current_cpu = STATE_CPU (sd, 0);
196 print_m32r_misc_cpu (SIM_CPU *cpu, int verbose)
/netbsd-current/external/gpl3/gdb/dist/sim/pru/
H A Dinterp.c131 imem_wordaddr_to_byteaddr (SIM_CPU *cpu, uint16_t wa)
138 imem_byteaddr_to_wordaddr (SIM_CPU *cpu, uint32_t ba)
147 pru_reg2dmem (SIM_CPU *cpu, uint32_t addr, unsigned int nbytes,
196 pru_dmem2reg (SIM_CPU *cpu, uint32_t addr, unsigned int nbytes,
248 set_initial_gprs (SIM_CPU *cpu)
325 pru_sim_xin_mac (SIM_DESC sd, SIM_CPU *cpu, unsigned int rd_regn,
348 pru_sim_xin (SIM_DESC sd, SIM_CPU *cpu, unsigned int wba,
393 pru_sim_xout_mac (SIM_DESC sd, SIM_CPU *cpu, unsigned int rd_regn,
453 pru_sim_xout (SIM_DESC sd, SIM_CPU *cpu, unsigned int wba,
482 pru_sim_xchg (SIM_DESC sd, SIM_CPU *cp
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/microblaze/
H A Dinterp.c93 set_initial_gprs (SIM_CPU *cpu)
118 SIM_CPU *cpu = STATE_CPU (sd, 0);
308 microblaze_reg_store (SIM_CPU *cpu, int rn, unsigned char *memory, int length)
330 microblaze_reg_fetch (SIM_CPU *cpu, int rn, unsigned char *memory, int length)
357 SIM_CPU *cpu = STATE_CPU (sd, 0);
444 SIM_CPU *cpu = STATE_CPU (sd, i);
464 SIM_CPU *cpu = STATE_CPU (sd, 0);
/netbsd-current/external/gpl3/gdb/dist/sim/microblaze/
H A Dinterp.c97 set_initial_gprs (SIM_CPU *cpu)
122 SIM_CPU *cpu = STATE_CPU (sd, 0);
324 microblaze_reg_store (SIM_CPU *cpu, int rn, const void *memory, int length)
346 microblaze_reg_fetch (SIM_CPU *cpu, int rn, void *memory, int length)
373 SIM_CPU *cpu = STATE_CPU (sd, 0);
457 SIM_CPU *cpu = STATE_CPU (sd, i);
477 SIM_CPU *cpu = STATE_CPU (sd, 0);

Completed in 187 milliseconds

1234567891011>>