Searched refs:other_tc (Results 1 – 2 of 2) sorted by relevance
257 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcstatus() local258 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcstatus()260 if (other_tc == other->current_tc) { in helper_mftc0_tcstatus()263 return other->tcs[other_tc].CP0_TCStatus; in helper_mftc0_tcstatus()274 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcbind() local275 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcbind()277 if (other_tc == other->current_tc) { in helper_mftc0_tcbind()280 return other->tcs[other_tc].CP0_TCBind; in helper_mftc0_tcbind()291 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcrestart() local292 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcrestart()[all …]
8067 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in gen_mftr() local8071 ((env->tcs[other_tc].CP0_TCBind & (0xf << CP0TCBd_CurVPE)) != in gen_mftr()8291 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in gen_mttr() local8296 ((env->tcs[other_tc].CP0_TCBind & (0xf << CP0TCBd_CurVPE)) != in gen_mttr()