Home
last modified time | relevance | path

Searched refs:branch_penalty (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dmloop.in257 if (ps->branch_penalty > 0 && ! ps->past_first_p)
259 frv_model_advance_cycles (current_cpu, ps->branch_penalty);
260 frv_model_trace_wait_cycles (current_cpu, ps->branch_penalty,
262 ps->branch_penalty = 0;
344 if (ps->branch_penalty > 0 && ! ps->past_first_p)
346 frv_model_advance_cycles (current_cpu, ps->branch_penalty);
347 frv_model_trace_wait_cycles (current_cpu, ps->branch_penalty,
349 ps->branch_penalty = 0;
Dprofile.h49 int branch_penalty; /* Cycles until branch is complete. */ member
Dprofile.c1415 ps->branch_penalty = cycles; in update_branch_penalty()
DChangeLog-20211164 (branch_penalty): Ditto.