Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dprofile.c666 if (ps->acc_busy_adjust[i] > 0) in apply_latency_adjustments()
667 *acc -= ps->acc_busy_adjust[i]; /* OK if it goes negative. */ in apply_latency_adjustments()
722 ps->acc_busy_adjust[i] = 0; in update_latencies()
921 memset (ps->acc_busy_adjust, 0, sizeof (ps->acc_busy_adjust)); in frvbf_model_insn_before()
1265 if (ps->acc_busy_adjust[out_ACC] >= 0 in decrease_ACC_busy()
1266 && cycles > ps->acc_busy_adjust[out_ACC]) in decrease_ACC_busy()
1267 ps->acc_busy_adjust[out_ACC] = cycles; in decrease_ACC_busy()
1286 ps->acc_busy_adjust [in_ACC] = -1; in enforce_full_acc_latency()
Dprofile.h62 int acc_busy_adjust[64]; member
DChangeLog-20212176 (acc_busy_adjust): New array.