Searched refs:acc_busy_adjust (Results 1 – 3 of 3) sorted by relevance
666 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()
62 int acc_busy_adjust[64]; member
2176 (acc_busy_adjust): New array.