HomeSort by relevance Sort by last modified time
    Searched refs:other_tc (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-mips/
op_helper.c 801 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
802 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc);
804 if (other_tc == other->current_tc)
807 return other->tcs[other_tc].CP0_TCStatus;
817 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
818 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc);
820 if (other_tc == other->current_tc)
823 return other->tcs[other_tc].CP0_TCBind;
833 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
834 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc);
849 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
865 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
881 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
897 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
913 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
921 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
953 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1116 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1139 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1165 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1190 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1208 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1224 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1240 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1336 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1379 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1482 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1524 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1535 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1546 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1557 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1568 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1579 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1590 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1601 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1612 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
1623 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
    [all...]
translate.c 5234 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
5398 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); local
    [all...]

Completed in 5320 milliseconds