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

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

Completed in 100 milliseconds