Searched refs:mem_df_write (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dcgen-par.h116 } mem_df_write; member in union:__anon2414::__anon2415
H A Dcgen-par.c234 element->kinds.mem_df_write.address = address;
235 element->kinds.mem_df_write.value = value;
427 SETMEMDF (cpu, pc, item->kinds.mem_df_write.address,
428 item->kinds.mem_df_write.value);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dcgen-par.c239 element->kinds.mem_df_write.address = address;
240 element->kinds.mem_df_write.value = value;
432 SETMEMDF (cpu, pc, item->kinds.mem_df_write.address,
433 item->kinds.mem_df_write.value);
H A Dcgen-par.h116 } mem_df_write; member in union:__anon1853::__anon1854
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dinterrupts.c1348 = item->kinds.mem_df_write.value >> 32;
1350 = item->kinds.mem_df_write.value;
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dinterrupts.c1354 = item->kinds.mem_df_write.value >> 32;
1356 = item->kinds.mem_df_write.value;

Completed in 212 milliseconds