Searched refs:acc_busy_adjust (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Dprofile.h63 int acc_busy_adjust[64]; member in struct:__anon1622
H A Dprofile.c664 if (ps->acc_busy_adjust[i] > 0)
665 *acc -= ps->acc_busy_adjust[i]; /* OK if it goes negative. */
720 ps->acc_busy_adjust[i] = 0;
919 memset (ps->acc_busy_adjust, 0, sizeof (ps->acc_busy_adjust));
1263 if (ps->acc_busy_adjust[out_ACC] >= 0
1264 && cycles > ps->acc_busy_adjust[out_ACC])
1265 ps->acc_busy_adjust[out_ACC] = cycles;
1284 ps->acc_busy_adjust [in_ACC] = -1;

Completed in 178 milliseconds