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

Completed in 114 milliseconds