• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/frv/

Lines Matching defs:acc

57 fr400_reset_acc_flags (SIM_CPU *cpu, INT acc)
59 set_acc_use_not_media_p2 (cpu, acc);
60 set_acc_use_not_media_p4 (cpu, acc);
103 set_acc_use_is_media_p2 (SIM_CPU *cpu, INT acc)
106 if (acc != -1)
108 fr400_reset_acc_flags (cpu, acc);
109 d->cur_acc_p2 |= (((DI)1) << acc);
114 set_acc_use_not_media_p2 (SIM_CPU *cpu, INT acc)
117 if (acc != -1)
118 d->cur_acc_p2 &= ~(((DI)1) << acc);
122 acc_use_is_media_p2 (SIM_CPU *cpu, INT acc)
125 if (acc != -1)
126 return d->cur_acc_p2 & (((DI)1) << acc);
159 set_acc_use_is_media_p4 (SIM_CPU *cpu, INT acc)
162 if (acc != -1)
164 fr400_reset_acc_flags (cpu, acc);
165 d->cur_acc_p4 |= (((DI)1) << acc);
170 set_acc_use_not_media_p4 (SIM_CPU *cpu, INT acc)
173 if (acc != -1)
174 d->cur_acc_p4 &= ~(((DI)1) << acc);
178 acc_use_is_media_p4 (SIM_CPU *cpu, INT acc)
181 if (acc != -1)
182 return d->cur_acc_p4 & (((DI)1) << acc);
838 int *acc;
918 acc = ps->acc_busy;
922 acc[out_ACC40Sk] += busy_adjustment[2];
924 acc[dual_ACC40Sk] += busy_adjustment[3];
926 acc[out_ACC40Uk] += busy_adjustment[4];
928 acc[dual_ACC40Uk] += busy_adjustment[5];
974 int *acc;
1109 acc = ps->acc_busy;
1118 acc[out_ACC40Sk] += busy_adjustment[4];
1120 acc[ACC40Sk_1] += busy_adjustment[5];
1122 acc[ACC40Sk_2] += busy_adjustment[6];
1124 acc[ACC40Sk_3] += busy_adjustment[7];
1128 acc[out_ACC40Uk] += busy_adjustment[4];
1130 acc[ACC40Uk_1] += busy_adjustment[5];
1132 acc[ACC40Uk_2] += busy_adjustment[6];
1134 acc[ACC40Uk_3] += busy_adjustment[7];
1200 int *acc;
1239 acc = ps->acc_busy;
1240 acc[in_ACC40Si] += busy_adjustment[0];
1242 acc[ACC40Si_1] += busy_adjustment[1];
1243 acc[out_ACC40Sk] += busy_adjustment[2];
1265 int *acc;
1332 acc = ps->acc_busy;
1333 acc[in_ACC40Si] += busy_adjustment[0];
1335 acc[ACC40Si_1] += busy_adjustment[1];
1337 acc[ACC40Si_2] += busy_adjustment[2];
1339 acc[ACC40Si_3] += busy_adjustment[3];
1340 acc[out_ACC40Sk] += busy_adjustment[4];
1342 acc[ACC40Sk_1] += busy_adjustment[5];
1367 int *acc;
1418 acc = ps->acc_busy;
1419 acc[in_ACC40Si] += busy_adjustment[0];
1421 acc[ACC40Si_1] += busy_adjustment[1];
1422 acc[out_ACC40Sk] += busy_adjustment[2];
1424 acc[ACC40Sk_1] += busy_adjustment[3];
1453 int *acc;
1542 acc = ps->acc_busy;
1543 acc[in_ACC40Si] += busy_adjustment[0];
1545 acc[ACC40Si_1] += busy_adjustment[1];
1547 acc[ACC40Si_2] += busy_adjustment[2];
1549 acc[ACC40Si_3] += busy_adjustment[3];
1550 acc[out_ACC40Sk] += busy_adjustment[4];
1552 acc[ACC40Sk_1] += busy_adjustment[5];
1554 acc[ACC40Sk_2] += busy_adjustment[6];
1556 acc[ACC40Sk_3] += busy_adjustment[7];