| /src/external/gpl3/gdb/dist/sim/testsuite/cris/hw/rv-n-cris/ |
| quit.s | 1 ; Trivial target simulator program that just exits.
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/hw/rv-n-cris/ |
| quit.s | 1 ; Trivial target simulator program that just exits.
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| sim_calls.c | 40 /* Define the rate at which the simulator should poll the host 48 /* Structures used by the simulator, for gdb just have static structures */ 50 psim *simulator; variable 68 sim_io_printf_filtered("Warning - re-open of simulator leaks memory\n"); 70 simulator = NULL; 87 if (ppc_trace[trace_print_info] && simulator != NULL) 88 psim_print_info (simulator, ppc_trace[trace_print_info]); 99 /* create the simulator */ 100 TRACE(trace_gdb, ("sim_load() - first time, create the simulator\n")); 101 simulator = psim_create(prog, root_device) [all...] |
| sim_callbacks.h | 26 /* Simulator output: 113 /* Simulator instance. */ 114 extern psim *simulator;
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| sim_calls.c | 40 /* Define the rate at which the simulator should poll the host 48 /* Structures used by the simulator, for gdb just have static structures */ 50 psim *simulator; variable 68 sim_io_printf_filtered("Warning - re-open of simulator leaks memory\n"); 70 simulator = NULL; 87 if (ppc_trace[trace_print_info] && simulator != NULL) 88 psim_print_info (simulator, ppc_trace[trace_print_info]); 99 /* create the simulator */ 100 TRACE(trace_gdb, ("sim_load() - first time, create the simulator\n")); 101 simulator = psim_create(prog, root_device) [all...] |
| sim_callbacks.h | 26 /* Simulator output: 113 /* Simulator instance. */ 114 extern psim *simulator;
|
| /src/external/gpl3/gdb/dist/sim/mn10300/ |
| mn10300-sim.h | 6 extern SIM_DESC simulator; 137 sim_core_read_unaligned_1 (STATE_CPU (simulator, 0), PC, read_map, (ADDR)) 140 sim_core_read_unaligned_2 (STATE_CPU (simulator, 0), PC, read_map, (ADDR)) 143 sim_core_read_unaligned_4 (STATE_CPU (simulator, 0), PC, read_map, (ADDR)) 146 u642dw (sim_core_read_unaligned_8 (STATE_CPU (simulator, 0), \ 160 sim_core_write_unaligned_1 (STATE_CPU (simulator, 0), \ 165 sim_core_write_unaligned_2 (STATE_CPU (simulator, 0), \ 170 sim_core_write_unaligned_4 (STATE_CPU (simulator, 0), \ 173 sim_core_write_unaligned_8 (STATE_CPU (simulator, 0), \
|
| op_utils.c | 157 sim_engine_halt (simulator, STATE_CPU (simulator, 0), NULL, PC, 166 sim_syscall_multi (STATE_CPU (simulator, 0), func, parm1, parm2,
|
| dv-mn103cpu.c | 223 SIM_DESC simulator = hw_system (me); local 224 sim_cpu *cpu = STATE_CPU (simulator, 0);
|
| /src/external/gpl3/gdb.old/dist/sim/mn10300/ |
| mn10300-sim.h | 6 extern SIM_DESC simulator; 137 sim_core_read_unaligned_1 (STATE_CPU (simulator, 0), PC, read_map, (ADDR)) 140 sim_core_read_unaligned_2 (STATE_CPU (simulator, 0), PC, read_map, (ADDR)) 143 sim_core_read_unaligned_4 (STATE_CPU (simulator, 0), PC, read_map, (ADDR)) 146 u642dw (sim_core_read_unaligned_8 (STATE_CPU (simulator, 0), \ 160 sim_core_write_unaligned_1 (STATE_CPU (simulator, 0), \ 165 sim_core_write_unaligned_2 (STATE_CPU (simulator, 0), \ 170 sim_core_write_unaligned_4 (STATE_CPU (simulator, 0), \ 173 sim_core_write_unaligned_8 (STATE_CPU (simulator, 0), \
|
| op_utils.c | 157 sim_engine_halt (simulator, STATE_CPU (simulator, 0), NULL, PC, 166 sim_syscall_multi (STATE_CPU (simulator, 0), func, parm1, parm2,
|
| dv-mn103cpu.c | 223 SIM_DESC simulator = hw_system (me); local 224 sim_cpu *cpu = STATE_CPU (simulator, 0);
|
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| local.mk | 30 %D%/simulator.o
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| local.mk | 30 %D%/simulator.o
|
| /src/external/gpl3/gdb/dist/sim/v850/ |
| simops.c | 63 if (!TRACE_ALU_P (STATE_CPU (simulator, 0))) 222 trace_generic (simulator, STATE_CPU (simulator, 0), trace_module, "%s", buf); 228 if (!TRACE_ALU_P (STATE_CPU (simulator, 0))) 404 sim_read (simulator, addr, buf, nr); 1592 sim_engine_halt (simulator, STATE_CPU (simulator, 0), NULL, PC, 1642 char *path = fetch_str (simulator, PARM1); 1643 char **argv = fetch_argv (simulator, PARM2); 1644 char **envp = fetch_argv (simulator, PARM3) [all...] |
| interp.c | 20 SIM_DESC simulator; variable 214 simulator = sd;
|
| /src/external/gpl3/gdb.old/dist/sim/v850/ |
| simops.c | 63 if (!TRACE_ALU_P (STATE_CPU (simulator, 0))) 222 trace_generic (simulator, STATE_CPU (simulator, 0), trace_module, "%s", buf); 228 if (!TRACE_ALU_P (STATE_CPU (simulator, 0))) 404 sim_read (simulator, addr, buf, nr); 1592 sim_engine_halt (simulator, STATE_CPU (simulator, 0), NULL, PC, 1642 char *path = fetch_str (simulator, PARM1); 1643 char **argv = fetch_argv (simulator, PARM2); 1644 char **envp = fetch_argv (simulator, PARM3) [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/mips/ |
| testutils.inc | 1 # MIPS simulator testsuite utility functions. 38 # The MIPS simulator uses "break 0x3ff" as the code to exit, 74 # The MIPS simulator can use multiple different monitor types, 75 # so we hard-code the simulator "write" reserved instruction opcode,
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/ |
| testutils.inc | 1 # MIPS simulator testsuite utility functions. 38 # The MIPS simulator uses "break 0x3ff" as the code to exit, 74 # The MIPS simulator can use multiple different monitor types, 75 # so we hard-code the simulator "write" reserved instruction opcode,
|
| /src/external/gpl3/gdb/dist/sim/cris/ |
| dv-cris.c | 117 SIM_DESC simulator = hw_system (me); local 118 sim_cpu *cpu = STATE_CPU (simulator, 0);
|
| /src/external/gpl3/gdb.old/dist/sim/cris/ |
| dv-cris.c | 117 SIM_DESC simulator = hw_system (me); local 118 sim_cpu *cpu = STATE_CPU (simulator, 0);
|
| /src/external/gpl3/gdb/dist/sim/testsuite/m32c/ |
| sample.s | 1 ;;; sample.s --- simple test program for M32C simulator
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/m32c/ |
| sample.s | 1 ;;; sample.s --- simple test program for M32C simulator
|
| /src/external/gpl3/gcc/dist/libgcc/config/mmix/ |
| crti.S | 25 % between where the simulator calls and main, and shutting things down on 58 % "Main" is the magic symbol the simulator jumps to. We want to go
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/mmix/ |
| crti.S | 25 % between where the simulator calls and main, and shutting things down on 58 % "Main" is the magic symbol the simulator jumps to. We want to go
|