Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dmachine.c22 qemu_put_sbe32s(f, &tc->CP0_TCBind); in save_tc()
169 qemu_get_sbe32s(f, &tc->CP0_TCBind); in load_tc()
Dop_helper.c607 return env->active_tc.CP0_TCBind; in helper_mfc0_tcbind()
615 return env->active_tc.CP0_TCBind; in helper_mftc0_tcbind()
617 return env->tcs[other_tc].CP0_TCBind; in helper_mftc0_tcbind()
938 newval = (env->active_tc.CP0_TCBind & ~mask) | (arg1 & mask); in helper_mtc0_tcbind()
939 env->active_tc.CP0_TCBind = newval; in helper_mtc0_tcbind()
951 newval = (env->active_tc.CP0_TCBind & ~mask) | (arg1 & mask); in helper_mttc0_tcbind()
952 env->active_tc.CP0_TCBind = newval; in helper_mttc0_tcbind()
954 newval = (env->tcs[other_tc].CP0_TCBind & ~mask) | (arg1 & mask); in helper_mttc0_tcbind()
955 env->tcs[other_tc].CP0_TCBind = newval; in helper_mttc0_tcbind()
Dcpu.h161 int32_t CP0_TCBind; member
Dtranslate.c5231 ((env->tcs[other_tc].CP0_TCBind & (0xf << CP0TCBd_CurVPE)) != in gen_mftr()
5232 (env->active_tc.CP0_TCBind & (0xf << CP0TCBd_CurVPE)))) in gen_mftr()
5396 ((env->tcs[other_tc].CP0_TCBind & (0xf << CP0TCBd_CurVPE)) != in gen_mttr()
5397 (env->active_tc.CP0_TCBind & (0xf << CP0TCBd_CurVPE)))) in gen_mttr()