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.c812 return env->active_tc.CP0_TCBind; in helper_mfc0_tcbind()
821 return other->active_tc.CP0_TCBind; in helper_mftc0_tcbind()
823 return other->tcs[other_tc].CP0_TCBind; in helper_mftc0_tcbind()
1133 newval = (env->active_tc.CP0_TCBind & ~mask) | (arg1 & mask); in helper_mtc0_tcbind()
1134 env->active_tc.CP0_TCBind = newval; in helper_mtc0_tcbind()
1147 newval = (other->active_tc.CP0_TCBind & ~mask) | (arg1 & mask); in helper_mttc0_tcbind()
1148 other->active_tc.CP0_TCBind = newval; in helper_mttc0_tcbind()
1150 newval = (other->tcs[other_tc].CP0_TCBind & ~mask) | (arg1 & mask); in helper_mttc0_tcbind()
1151 other->tcs[other_tc].CP0_TCBind = newval; in helper_mttc0_tcbind()
Dcpu.h169 int32_t CP0_TCBind; member
Dtranslate.c5238 ((env->tcs[other_tc].CP0_TCBind & (0xf << CP0TCBd_CurVPE)) != in gen_mftr()
5239 (env->active_tc.CP0_TCBind & (0xf << CP0TCBd_CurVPE)))) in gen_mftr()
5403 ((env->tcs[other_tc].CP0_TCBind & (0xf << CP0TCBd_CurVPE)) != in gen_mttr()
5404 (env->active_tc.CP0_TCBind & (0xf << CP0TCBd_CurVPE)))) in gen_mttr()