Searched refs:out_ACC (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/frv/
H A Dprofile.c1228 update_ACC_ptime (SIM_CPU *cpu, INT out_ACC, int cycles) argument
1230 if (out_ACC >= 0)
1236 acc[out_ACC] += cycles;
1256 decrease_ACC_busy (SIM_CPU *cpu, INT out_ACC, int cycles) argument
1258 if (out_ACC >= 0)
1262 acc[out_ACC] -= cycles;
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;
1270 increase_ACC_busy (SIM_CPU *cpu, INT out_ACC, in argument
1314 update_ACC_latency(SIM_CPU *cpu, INT out_ACC, int cycles) argument
[all...]
H A Dprofile-fr550.c361 INT out_ACC, int outwidth)
376 if (out_ACC >= 0)
380 if (! REG_OVERLAP (out_ACC + i, 1, in_ACC, inwidth))
382 if (use_is_acc_mmac (cpu, out_ACC + i))
383 decrease_ACC_busy (cpu, out_ACC + i, 1);
385 enforce_full_acc_latency (cpu, out_ACC + i);
394 INT out_ACC, int outwidth)
405 if (out_ACC >= 0)
409 if (! REG_OVERLAP (out_ACC + i, 1, in_ACC, inwidth))
411 if (use_is_acc_mmac (cpu, out_ACC
359 adjust_acc_busy_for_mmac(SIM_CPU *cpu, INT in_ACC, int inwidth, INT out_ACC, int outwidth) argument
392 restore_acc_busy_for_mmac(SIM_CPU *cpu, INT in_ACC, int inwidth, INT out_ACC, int outwidth) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/frv/
H A Dprofile.c1228 update_ACC_ptime (SIM_CPU *cpu, INT out_ACC, int cycles) argument
1230 if (out_ACC >= 0)
1236 acc[out_ACC] += cycles;
1256 decrease_ACC_busy (SIM_CPU *cpu, INT out_ACC, int cycles) argument
1258 if (out_ACC >= 0)
1262 acc[out_ACC] -= cycles;
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;
1270 increase_ACC_busy (SIM_CPU *cpu, INT out_ACC, in argument
1314 update_ACC_latency(SIM_CPU *cpu, INT out_ACC, int cycles) argument
[all...]
H A Dprofile-fr550.c361 INT out_ACC, int outwidth)
376 if (out_ACC >= 0)
380 if (! REG_OVERLAP (out_ACC + i, 1, in_ACC, inwidth))
382 if (use_is_acc_mmac (cpu, out_ACC + i))
383 decrease_ACC_busy (cpu, out_ACC + i, 1);
385 enforce_full_acc_latency (cpu, out_ACC + i);
394 INT out_ACC, int outwidth)
405 if (out_ACC >= 0)
409 if (! REG_OVERLAP (out_ACC + i, 1, in_ACC, inwidth))
411 if (use_is_acc_mmac (cpu, out_ACC
359 adjust_acc_busy_for_mmac(SIM_CPU *cpu, INT in_ACC, int inwidth, INT out_ACC, int outwidth) argument
392 restore_acc_busy_for_mmac(SIM_CPU *cpu, INT in_ACC, int inwidth, INT out_ACC, int outwidth) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/frv/
H A Dprofile.c1228 update_ACC_ptime (SIM_CPU *cpu, INT out_ACC, int cycles) argument
1230 if (out_ACC >= 0)
1236 acc[out_ACC] += cycles;
1256 decrease_ACC_busy (SIM_CPU *cpu, INT out_ACC, int cycles) argument
1258 if (out_ACC >= 0)
1262 acc[out_ACC] -= cycles;
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;
1270 increase_ACC_busy (SIM_CPU *cpu, INT out_ACC, in argument
1314 update_ACC_latency(SIM_CPU *cpu, INT out_ACC, int cycles) argument
[all...]
H A Dprofile-fr550.c361 INT out_ACC, int outwidth)
376 if (out_ACC >= 0)
380 if (! REG_OVERLAP (out_ACC + i, 1, in_ACC, inwidth))
382 if (use_is_acc_mmac (cpu, out_ACC + i))
383 decrease_ACC_busy (cpu, out_ACC + i, 1);
385 enforce_full_acc_latency (cpu, out_ACC + i);
394 INT out_ACC, int outwidth)
405 if (out_ACC >= 0)
409 if (! REG_OVERLAP (out_ACC + i, 1, in_ACC, inwidth))
411 if (use_is_acc_mmac (cpu, out_ACC
359 adjust_acc_busy_for_mmac(SIM_CPU *cpu, INT in_ACC, int inwidth, INT out_ACC, int outwidth) argument
392 restore_acc_busy_for_mmac(SIM_CPU *cpu, INT in_ACC, int inwidth, INT out_ACC, int outwidth) argument
[all...]

Completed in 74 milliseconds