Home
last modified time | relevance | path

Searched refs:fr_busy_adjust (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dprofile.c664 if (ps->fr_busy_adjust[i] > 0) in apply_latency_adjustments()
665 *fr -= ps->fr_busy_adjust[i]; /* OK if it goes negative. */ in apply_latency_adjustments()
709 ps->fr_busy_adjust[i] = 0; in update_latencies()
920 memset (ps->fr_busy_adjust, 0, sizeof (ps->fr_busy_adjust)); in frvbf_model_insn_before()
1297 if (ps->fr_busy_adjust[out_FR] >= 0 in decrease_FR_busy()
1298 && cycles > ps->fr_busy_adjust[out_FR]) in decrease_FR_busy()
1299 ps->fr_busy_adjust[out_FR] = cycles; in decrease_FR_busy()
1785 ps->fr_busy_adjust [in_FR] = -1; in enforce_full_fr_latency()
Dprofile.h61 int fr_busy_adjust[64]; member
DChangeLog-20212175 (fr_busy_adjust): New array.