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

/external/qemu/target-mips/
H A Dop_helper.c597 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
599 if (other_tc == env->current_tc)
602 return env->tcs[other_tc].CP0_TCStatus;
612 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
614 if (other_tc == env->current_tc)
617 return env->tcs[other_tc].CP0_TCBind;
627 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
629 if (other_tc == env->current_tc)
632 return env->tcs[other_tc].PC;
642 int other_tc local
657 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
672 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
687 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
702 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
715 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
758 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
921 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
944 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
969 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
993 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1010 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1025 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1040 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1136 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1180 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1289 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1329 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1339 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1349 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1359 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1369 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1379 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1389 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1399 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1409 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1419 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
[all...]
H A Dtranslate.c5227 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
5231 ((env->tcs[other_tc].CP0_TCBind & (0xf << CP0TCBd_CurVPE)) !=
5391 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
5396 ((env->tcs[other_tc].CP0_TCBind & (0xf << CP0TCBd_CurVPE)) !=

Completed in 115 milliseconds