Lines Matching defs:sd

163 set_trace_option_mask (SIM_DESC sd, const char *name, int mask, const char *arg)  in set_trace_option_mask()
193 STATE_TRACE_FLAGS (sd)[trace_nr] = trace_val; in set_trace_option_mask() local
230 set_trace_option (SIM_DESC sd, const char *name, int idx, const char *arg) in set_trace_option()
237 trace_option_handler (SIM_DESC sd, sim_cpu *cpu, int opt, in trace_option_handler()
446 trace_install (SIM_DESC sd) in trace_install()
463 trace_init (SIM_DESC sd) in trace_init()
491 trace_uninstall (SIM_DESC sd) in trace_uninstall()
530 save_data (SIM_DESC sd, in save_data()
547 print_data (SIM_DESC sd, in print_data()
653 trace_results (SIM_DESC sd, in trace_results()
692 trace_load_symbols (SIM_DESC sd) in trace_load_symbols()
725 trace_sym_value (SIM_DESC sd, const char *name) in trace_sym_value()
743 trace_prefix (SIM_DESC sd, in trace_prefix()
875 trace_generic (SIM_DESC sd, in trace_generic()
903 SIM_DESC sd = CPU_STATE (cpu); in dis_printf() local
912 trace_disasm (SIM_DESC sd, sim_cpu *cpu, address_word addr) in trace_disasm()
944 trace_input0 (SIM_DESC sd, in trace_input0()
953 trace_input_word1 (SIM_DESC sd, in trace_input_word1()
964 trace_input_word2 (SIM_DESC sd, in trace_input_word2()
977 trace_input_word3 (SIM_DESC sd, in trace_input_word3()
992 trace_input_word4 (SIM_DESC sd, in trace_input_word4()
1009 trace_input_bool1 (SIM_DESC sd, in trace_input_bool1()
1020 trace_input_addr1 (SIM_DESC sd, in trace_input_addr1()
1031 trace_input_fp1 (SIM_DESC sd, in trace_input_fp1()
1042 trace_input_fp2 (SIM_DESC sd, in trace_input_fp2()
1055 trace_input_fp3 (SIM_DESC sd, in trace_input_fp3()
1070 trace_input_fpu1 (SIM_DESC sd, in trace_input_fpu1()
1083 trace_input_fpu2 (SIM_DESC sd, in trace_input_fpu2()
1099 trace_input_fpu3 (SIM_DESC sd, in trace_input_fpu3()
1118 trace_result_word1 (SIM_DESC sd, in trace_result_word1()
1134 trace_result0 (SIM_DESC sd, in trace_result0()
1148 trace_result_word2 (SIM_DESC sd, in trace_result_word2()
1166 trace_result_word4 (SIM_DESC sd, in trace_result_word4()
1188 trace_result_bool1 (SIM_DESC sd, in trace_result_bool1()
1204 trace_result_addr1 (SIM_DESC sd, in trace_result_addr1()
1220 trace_result_fp1 (SIM_DESC sd, in trace_result_fp1()
1236 trace_result_fp2 (SIM_DESC sd, in trace_result_fp2()
1254 trace_result_fpu1 (SIM_DESC sd, in trace_result_fpu1()
1272 trace_result_string1 (SIM_DESC sd, in trace_result_string1()
1288 trace_result_word1_string1 (SIM_DESC sd, in trace_result_word1_string1()
1306 trace_vprintf (SIM_DESC sd, sim_cpu *cpu, const char *fmt, va_list ap) in trace_vprintf()
1325 trace_printf (SIM_DESC sd, sim_cpu *cpu, const char *fmt, ...) in trace_printf()