Home
last modified time | relevance | path

Searched refs:vliw_wait (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dprofile.c799 frv_model_trace_wait_cycles (cpu, ps->vliw_wait, hazard_name); in trace_vliw_wait_cycles()
817 if (ps->vliw_wait != 0) in handle_resource_wait()
818 frv_model_advance_cycles (cpu, ps->vliw_wait); in handle_resource_wait()
819 if (ps->vliw_load_stall > ps->vliw_wait) in handle_resource_wait()
820 ps->vliw_load_stall -= ps->vliw_wait; in handle_resource_wait()
918 ps->vliw_wait = 0; in frvbf_model_insn_before()
1427 if (in_GR >= 0 && gr[in_GR] > ps->vliw_wait) in vliw_wait_for_GR()
1431 ps->vliw_wait = gr[in_GR]; in vliw_wait_for_GR()
1446 if (gr[in_GR] > ps->vliw_wait) in vliw_wait_for_GRdouble()
1450 ps->vliw_wait = gr[in_GR]; in vliw_wait_for_GRdouble()
[all …]
Dprofile.h30 long vliw_wait; /* number of cycles that the current VLIW insn must wait. */ member