Home
last modified time | relevance | path

Searched refs:CP0_TCBind (Results 1 – 5 of 5) sorted by relevance

/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c269 return env->active_tc.CP0_TCBind; in helper_mfc0_tcbind()
278 return other->active_tc.CP0_TCBind; in helper_mftc0_tcbind()
280 return other->tcs[other_tc].CP0_TCBind; in helper_mftc0_tcbind()
698 newval = (env->active_tc.CP0_TCBind & ~mask) | (arg1 & mask); in helper_mtc0_tcbind()
699 env->active_tc.CP0_TCBind = newval; in helper_mtc0_tcbind()
713 newval = (other->active_tc.CP0_TCBind & ~mask) | (arg1 & mask); in helper_mttc0_tcbind()
714 other->active_tc.CP0_TCBind = newval; in helper_mttc0_tcbind()
716 newval = (other->tcs[other_tc].CP0_TCBind & ~mask) | (arg1 & mask); in helper_mttc0_tcbind()
717 other->tcs[other_tc].CP0_TCBind = newval; in helper_mttc0_tcbind()
/qemu/target/mips/sysemu/
H A Dmachine.c93 VMSTATE_INT32(CP0_TCBind, TCState),
/qemu/target/mips/
H A Dcpu.c338 env->tcs[i].CP0_TCBind = cs->cpu_index << CP0TCBd_CurVPE; in mips_cpu_reset_hold()
H A Dcpu.h490 int32_t CP0_TCBind; member
/qemu/target/mips/tcg/
H A Dtranslate.c8287 ((env->tcs[other_tc].CP0_TCBind & (0xf << CP0TCBd_CurVPE)) != in gen_mftr()
8288 (env->active_tc.CP0_TCBind & (0xf << CP0TCBd_CurVPE)))) { in gen_mftr()
8512 ((env->tcs[other_tc].CP0_TCBind & (0xf << CP0TCBd_CurVPE)) != in gen_mttr()
8513 (env->active_tc.CP0_TCBind & (0xf << CP0TCBd_CurVPE)))) { in gen_mttr()